Skip to content

Commit

Permalink
Merge pull request #49 from denoland/polish_9_15
Browse files Browse the repository at this point in the history
fix std lib doc
  • Loading branch information
kwhinnery committed Sep 15, 2023
2 parents 6225189 + 76e642d commit ddd7569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/manual/basics/standard_library.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ compilation errors or unexpected behavior:

```typescript
// import the latest release, this should be avoided
import { copy } from "https://deno.land/std@$STD_VERSION/fs/copy.ts";
import { copy } from "https://deno.land/std/fs/copy.ts";
```

instead, use a version of the std library which is immutable and will not
Expand Down

0 comments on commit ddd7569

Please sign in to comment.