diff options
Diffstat (limited to 'ext/node/polyfills/_fs')
-rw-r--r-- | ext/node/polyfills/_fs/_fs_opendir.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/node/polyfills/_fs/_fs_opendir.ts b/ext/node/polyfills/_fs/_fs_opendir.ts index 494bdb4f0..b936e1ca9 100644 --- a/ext/node/polyfills/_fs/_fs_opendir.ts +++ b/ext/node/polyfills/_fs/_fs_opendir.ts @@ -13,7 +13,7 @@ import { } from "ext:deno_node/internal/validators.mjs"; import { promisify } from "ext:deno_node/internal/util.mjs"; -/** These options aren't funcitonally used right now, as `Dir` doesn't yet support them. +/** These options aren't functionally used right now, as `Dir` doesn't yet support them. * However, these values are still validated. */ type Options = { |