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.
1 parent fe7e285 commit 15dedb2Copy full SHA for 15dedb2
src/doc/guide.md
@@ -1140,7 +1140,7 @@ fn main() {
1140
```
1141
1142
There's a symbol here we haven't seen before: the double colon (`::`).
1143
-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
1144
the `cmp` submodule of the `std` module. We'll talk more about modules
1145
later in the guide. For now, all you need to know is that you can `use`
1146
things from the standard library if you need them.
0 commit comments