Skip to content
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

Fix iterator doc #17498

Merged
merged 1 commit into from
Sep 25, 2014
Merged

Fix iterator doc #17498

merged 1 commit into from
Sep 25, 2014

Commits on Sep 24, 2014

  1. Fix iterator doc

    OrdIterator: the doc says that values must implement `PartialOrd`, while the implementation is only for `Ord` values. It looks like this initially got out of sync in 4e1c215. Removed the doc sentence entirely since it seems redundant.
    
    MultiplicativeIterator: Fixed weird sentence.
    coyotebush committed Sep 24, 2014
    5 Configuration menu
    Copy the full SHA
    e87209e View commit details
    Browse the repository at this point in the history