mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
docs: use $STD_VERSION in std lib import comment (#7707)
This commit is contained in:
parent
30252e25b8
commit
13b5cc7673
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ instead, used a version of the std library which is immutable and will not
|
|||
change:
|
||||
|
||||
```typescript
|
||||
// imports from v0.50.0 of std, never changes
|
||||
// imports from v$STD_VERSION of std, never changes
|
||||
import { copy } from "https://deno.land/std@$STD_VERSION/fs/copy.ts";
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue