1
Fork 0

Use gender neutral terms

This commit is contained in:
James 'zofrex' Sanderson 2022-04-07 08:51:59 +01:00
parent 8cd6080f6c
commit ef59ab738e
5 changed files with 7 additions and 7 deletions

View file

@ -315,7 +315,7 @@ pub(super) fn count_metavar_decls(matcher: &[TokenTree]) -> usize {
/// only on the nesting depth of repetitions in the originating token tree it
/// was derived from.
///
/// In layman's terms: `NamedMatch` will form a tree representing nested matches of a particular
/// In layperson's terms: `NamedMatch` will form a tree representing nested matches of a particular
/// meta variable. For example, if we are matching the following macro against the following
/// invocation...
///