mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
typo (#5948)
This commit is contained in:
parent
d4b05dd89e
commit
24e545d5bd
1 changed files with 1 additions and 1 deletions
|
@ -11,5 +11,5 @@ import { v4 } from "https://deno.land/std/uuid/mod.ts";
|
|||
const myUUID = v4.generate();
|
||||
|
||||
// Validate a v4 uuid
|
||||
const isValid = v4.validate(aString);
|
||||
const isValid = v4.validate(myUUID);
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue