Closed SpectralPixel closed 1 month ago
The main problem I have with this is the standard library docs use "adapter" -- https://doc.rust-lang.org/std/iter/index.html#adapters
I see. In that case it might make more sense to replace all instances of "adaptor" (U.K.) with "adapter" (U.S.). This is a much bigger issue than I originally thought, though it shouldn't be difficult to patch up.
@carols10cents it looks like this got un-blocked upstream back in 2021, so should we go ahead with flipping it for the 2024 edition?
American
(desired result: something along the lines of "American/English spelling inconsistency")inconsistency
adaptor
adapter
main
branch to see if this has already been fixed, in this file:URL to the section(s) of the book with this problem: The only appearance of this problem is in https://doc.rust-lang.org/book/ch13-02-iterators.html#using-closures-that-capture-their-environment, twice in the first paragraph of this section.
Description of the problem: -> Throughout the page
13.2. Processing a Series of Items with Iterators
the U.K. spelling "adaptor" is much more prominent than the U.S. spelling, which is "adapter". The U.S. spelling only appears twice at the beginning of the "Using Closures that Capture Their Environment".Suggested fix: Change those two instances from "adapter" to "adaptor".