Skip to content

Commit 15dedb2

Browse files
committed
Fix typo in documentation.
1 parent fe7e285 commit 15dedb2

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
@@ -1140,7 +1140,7 @@ fn main() {
11401140
```
11411141

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

0 commit comments

Comments
 (0)