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

Rename FromZeroes to FromZeros #430

Merged
merged 1 commit into from
Dec 7, 2023
Merged

Rename FromZeroes to FromZeros #430

merged 1 commit into from
Dec 7, 2023

Commits on Dec 7, 2023

  1. Rename FromZeroes to FromZeros

    Although both spellings are acceptable, "zeros" is the somewhat more
    common [1] spelling of the plural noun "zero". We continue to use
    the spelling "zeroes" for the verb; i.e., to replace bytes with the
    value `0`. For user convenience, `FromZeroes` is retained as a
    deprecated, `doc(hidden)` re-export of `FromZeros`.
    
    Closes #431
    
    [1] https://english.stackexchange.com/questions/3824/what-is-the-plural-form-of-zero/3825#3825
    jswrenn committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    0cee813 View commit details
    Browse the repository at this point in the history