Skip to content

Commit 753b28c

Browse files
committed
This fix should be the last
1 parent 17fdb2e commit 753b28c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

text/0000-rename-connect-to-join.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ languages use `.join()` for that purpose, as seen later.
1515

1616
This is probably because, in the ancient Rust, `join` was a keyword to join a
1717
task. However, `join` retired as a keyword in 2011 with the commit
18-
rust-lang/rust@d1857d3. While `.connect()` is technically correct, the name may
19-
not be directly inferred by the users of the mainstream languages. There was [a
20-
question] about this on reddit.
18+
rust-lang/rust@d1857d30fc05f29fb82231336b229e50948a8336. While `.connect()` is
19+
technically correct, the name may not be directly inferred by the users of the
20+
mainstream languages. There was [a question] about this on reddit.
2121

2222
[a question]: http://www.reddit.com/r/rust/comments/336rj3/whats_the_best_way_to_join_strings_with_a_space/
2323

0 commit comments

Comments
 (0)