Skip to content

Commit

Permalink
docs: ignore bad snippet examples (#4388)
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua authored Feb 26, 2024
1 parent eac60e6 commit ce719de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ Check out the documentation [here](https://deno.land/std?doc).
intended for public use).

Bad:
```ts
```ts, ignore
import { _format } from "https://deno.land/std@$STD_VERSION/path/_common/format.ts";
```

1. Do not import modules with a directory or filename _prefixed_ by an
underscore (they're not intended for public use).

Bad:
```ts
```ts, ignore
import { createLPS } from "https://deno.land/std@$STD_VERSION/streams/_common.ts";
```

Expand Down

0 comments on commit ce719de

Please sign in to comment.