mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
docs(std/path): fix typo in globToRegExp docs (#8081)
This commit is contained in:
parent
7e2c7fb6c5
commit
1d9c7a0a22
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import * as path from "https://deno.land/std@$STD_VERSION/path/mod.ts";
|
|||
### globToRegExp
|
||||
|
||||
Generate a regex based on glob pattern and options This was meant to be using
|
||||
the the `fs.walk` function but can be used anywhere else.
|
||||
the `fs.walk` function but can be used anywhere else.
|
||||
|
||||
```ts
|
||||
import { globToRegExp } from "https://deno.land/std@$STD_VERSION/path/glob.ts";
|
||||
|
|
Loading…
Reference in a new issue