Skip to content

Commit 16a5885

Browse files
mbrubeckbrson
authored andcommitted
doc: Fix typo (s/pay/may/)
1 parent 0f0fa26 commit 16a5885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/rust.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -956,7 +956,7 @@ x::y::z;
956956
@end example
957957

958958
In most contexts, the Rust grammar accepts a general @emph{path}, but
959-
subsequent passes pay restrict paths occurring in various contexts to refer to
959+
subsequent passes may restrict paths occurring in various contexts to refer to
960960
slots or items, depending on the semantics of the occurrence. In other words:
961961
in some contexts a slot is required (for example, on the left hand side of the
962962
copy operator, @pxref{Ref.Expr.Copy}) and in other contexts an item is

0 commit comments

Comments
 (0)