summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/standard_library.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/standard_library.md b/docs/standard_library.md
index 37ed550f4..319b53b15 100644
--- a/docs/standard_library.md
+++ b/docs/standard_library.md
@@ -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";
```