-
Notifications
You must be signed in to change notification settings - Fork 13k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spelling inconsistency: Clonable and Cloneable #11132
Comments
Nomnating. |
Looks like java uses Cloneable and google autocorrects to Cloneable, so sounds like Cloneable is the way to go here. |
bors
added a commit
that referenced
this issue
Dec 28, 2013
Rename all instances of ClonableIterator to CloneableIterator. This fixes bug #11132.
Closing, pull request has been merged. |
Merged
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
std::vec::MutableCloneableVector (http://static.rust-lang.org/doc/master/std/vec/trait.MutableCloneableVector.html) and std::iter::ClonableIterator (http://static.rust-lang.org/doc/master/std/iter/trait.ClonableIterator.html) do not have a consistent spelling for Clon(e)able.
The text was updated successfully, but these errors were encountered: