Skip to content

Commit

Permalink
Fix typo in imports.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaAmora committed Jul 4, 2024
1 parent 677ba52 commit 95187a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/imports.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,5 +177,5 @@ In both cases, if a name is present as a top-level name on the file, and as a `.
If you only want to import `List.bend` and not search the files in its folder, you can use the `import path` syntax:

```py
import types/list
import types/List
```

0 comments on commit 95187a4

Please sign in to comment.