Skip to content

Commit 35b5049

Browse files
massivefermionlpil
authored andcommitted
Update regex.gleam
1 parent a4805b2 commit 35b5049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gleam/regex.gleam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ if javascript {
187187
/// > scan(with: re, content: "36")
188188
/// [
189189
/// Match(
190-
/// content: "-36",
190+
/// content: "36",
191191
/// submatches: [None, Some("36")]
192192
/// )
193193
/// ]

0 commit comments

Comments
 (0)