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 59c9f5e + 15dedb2 commit 0b28a79Copy full SHA for 0b28a79
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