Skip to content

Commit 0b28a79

Browse files
committed
Merge pull request #20487 from trapp/doc-namespace-typo
Fix typo in documentation. Reviewed-by: alexcrichton
2 parents 59c9f5e + 15dedb2 commit 0b28a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1138,7 +1138,7 @@ fn main() {
11381138
```
11391139

11401140
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
1141+
This is used to indicate a namespace. In this case, `Ordering` lives in
11421142
the `cmp` submodule of the `std` module. We'll talk more about modules
11431143
later in the guide. For now, all you need to know is that you can `use`
11441144
things from the standard library if you need them.

0 commit comments

Comments
 (0)