doc: avoid _may_ in collaborator guide · nodejs/node@09687b8 · GitHub
Skip to content

Commit 09687b8

Browse files
Trottaddaleax
authored andcommitted
doc: avoid _may_ in collaborator guide
Many style guides (including Microsoft's) suggest avoiding _may_ because it can be unclear. Using _can_ or _might_ tends to increase clarity. An example in this change: > They may not change to a Runtime Deprecation until the next major > release. It's not clear if that means "They can not change until the next major release" or "They might not change until the next major release but also might change before then". Using _can_ or _might_ instead of _may_ clears up the ambiguity. Refs: https://docs.microsoft.com/en-us/style-guide/a-z-word-list-term-collections/c/can-may PR-URL: #34749 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Shingo Inoue <leko.noor@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 39dc408 commit 09687b8

1 file changed

Lines changed: 32 additions & 32 deletions

File tree

doc/guides/collaborator-guide.md

Lines changed: 32 additions & 32 deletions

0 commit comments

Comments
 (0)