aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorshayan javani <massivefermion@protonmail.com>2023-03-14 17:53:52 +0330
committerLouis Pilfold <louis@lpil.uk>2023-03-14 14:49:54 +0000
commit35b5049025d6b09fa5979840b340ba63d5c948d9 (patch)
tree1c62915068487ce485467f5d5b1944aaee5766e7 /src
parenta4805b21cf42241cc2951947231e76679bd99d07 (diff)
downloadgleam_stdlib-35b5049025d6b09fa5979840b340ba63d5c948d9.tar.gz
gleam_stdlib-35b5049025d6b09fa5979840b340ba63d5c948d9.zip
Update regex.gleam
Diffstat (limited to 'src')
-rw-r--r--src/gleam/regex.gleam2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gleam/regex.gleam b/src/gleam/regex.gleam
index 013d55d..71ac994 100644
--- a/src/gleam/regex.gleam
+++ b/src/gleam/regex.gleam
@@ -187,7 +187,7 @@ if javascript {
/// > scan(with: re, content: "36")
/// [
/// Match(
-/// content: "-36",
+/// content: "36",
/// submatches: [None, Some("36")]
/// )
/// ]