Skip to content

Conversation

lylythechosenone
Copy link
Contributor

In the docs for rotate_right(), this is mistakenly written:

Note: this is neither the same operation as << nor equivalent to slice::rotate_left.

when it should say

Note: this is neither the same operation as >> nor equivalent to slice::rotate_right.

This PR fixes the issue.

@workingjubilee
Copy link
Member

Thank you!

@workingjubilee workingjubilee merged commit 1c19efb into rust-lang:master Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants