Fix misuse of *usage* throughout the Reference#2222
Open
traviscross wants to merge 2 commits intomasterfrom
Open
Fix misuse of *usage* throughout the Reference#2222traviscross wants to merge 2 commits intomasterfrom
traviscross wants to merge 2 commits intomasterfrom
Conversation
*Usage* means a customary pattern of use (as in "regional usage varies") or a rate or quantity of use (as in "disk usage"). It doesn't mean *use*. Whenever *use* works, *usage* shouldn't appear. Let's fix each incorrect use of *usage* -- i.e., adopt better *usage* of *usage* -- throughout the prose of the Reference.
In the prior commit, we fixed prose occurrences of *usage*. The same reasoning applies to the rule identifiers. These rules describe where the language permits a construct to appear. On the surface, that may seem to be a kind of pattern of use, but it's not (in the sense implied by *usage*), and ultimately *use* is still the right word. The word *usage* describes conventions and customs -- i.e., *customary* patterns of use. It describes how a community uses something and how that varies, e.g., across regions. That's not what we're doing here. We're not describing better or worse Rust idioms. There's no "nonstandard usage" of Rust grammatical constructs -- that's not what we're defining, at least. Let's fix each rule identifier to use `use` instead. (None of these identifiers were referenced elsewhere in the Reference.)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Usage means a customary pattern of use (as in "regional usage varies") or a rate or quantity of use (as in "disk usage"). It doesn't mean use. Whenever use works, usage shouldn't appear.
Let's fix each incorrect use of usage -- i.e., adopt better usage of usage -- throughout the Reference.
cc @ehuss