Skip to content

Commit

Permalink
Remove word, fixes #186
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfbiedert committed Oct 25, 2023
1 parent 15f8ead commit 90d54b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6494,7 +6494,7 @@ Rust has three kinds of **namespaces**:

</footnotes>

- In any given scope, for example within a module, only one item item per namespace can exist, e.g.,
- In any given scope, for example within a module, only one item per namespace can exist, e.g.,
- `enum X {}` and `fn X() {}` can coexist
- `struct X;` and `const X` cannot coexist
- With a `use my_mod::X;` all items called `X` will be imported.
Expand Down

0 comments on commit 90d54b0

Please sign in to comment.