We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c6e972c + 15dedb2 commit 4e03aa1Copy full SHA for 4e03aa1
src/doc/guide.md
@@ -1138,7 +1138,7 @@ fn main() {
1138
```
1139
1140
There's a symbol here we haven't seen before: the double colon (`::`).
1141
-This is used to indicate a namesapce. In this case, `Ordering` lives in
+This is used to indicate a namespace. In this case, `Ordering` lives in
1142
the `cmp` submodule of the `std` module. We'll talk more about modules
1143
later in the guide. For now, all you need to know is that you can `use`
1144
things from the standard library if you need them.
0 commit comments