diff --git a/doc/manual/variables.rst b/doc/manual/variables.rst index 654d1f2def2e4..144bb69ab0e9e 100644 --- a/doc/manual/variables.rst +++ b/doc/manual/variables.rst @@ -148,5 +148,5 @@ adopt the following conventions: underscores. - Functions that write to their arguments have names that end in ``!``. These are sometimes called "mutating" or "in-place" functions because - their results include changes in their arguments after the - function is called, not just the return value. + they are intended to produce changes in their arguments after the + function is called, not just return a value.