summaryrefslogtreecommitdiff
path: root/std/path
diff options
context:
space:
mode:
Diffstat (limited to 'std/path')
-rw-r--r--std/path/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/path/README.md b/std/path/README.md
index 9a9361f87..88fcc227c 100644
--- a/std/path/README.md
+++ b/std/path/README.md
@@ -18,5 +18,5 @@ globToRegExp("foo/**/*.json", {
flags: "g",
extended: true,
globstar: true,
-}); // returns the regex to find all .json files in the folder foo
+}); // returns the regex to find all .json files in the folder foo.
```