Uh oh!
There was an error while loading. Please reload this page.
Fix some typos - #43794
Conversation
rust-highfive
commented
Aug 10, 2017
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @nikomatsakis (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
| } | ||
| /// Skip over most AlgorithmM iterations by checking the bit length. | ||
| /// Skip over most Algorithm M iterations by checking the bit length. |
There was a problem hiding this comment.
I think this should be "algorithm", not "Algorithm M"
There was a problem hiding this comment.
There is another Algorithm M in the file, I assumed it was a name for an algorithm that was implemented in the file...
There was a problem hiding this comment.
r=me after we sort this out
There was a problem hiding this comment.
Should I change both to algorithm then ?
There was a problem hiding this comment.
Nah, I just looked it up, it's documenting a function called algorithm_m
GuillaumeGomez
commented
Aug 11, 2017
@bors: r=lukaramu,steveklanik,imperio rollup |
bors
commented
Aug 11, 2017
📌 Commit ea5be96 has been approved by |
…eklanik,imperio Fix some typos I wrote a really naive script and found those typos in the documentation.
Manishearth
commented
Aug 11, 2017
@bors are you still there? |
bors
commented
Aug 11, 2017
bors
commented
Aug 12, 2017
…erio Fix some typos I wrote a really naive script and found those typos in the documentation.
bors
commented
Aug 12, 2017
☀️ Test successful - status-appveyor, status-travis |
Fix some typos Follow up of rust-lang#43794 If refined my script a little bit and found some more.

I wrote a really naive script and found those typos in the documentation.