Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/5-stdlib-containers.md
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ the stdlib) then such implemention would not be allowed. In this way, you are
saved from creating confusion.

Before congratulating ourselves on such a clever, convenient shortcut, you should be
aware of the consequences. If `make_set` was written so, so that these are sets
aware of the consequences. If `make_set` was written so that these are sets
of owned strings, then the actual type of `intersect` could come as a surprise:

```rust
Expand Down