book
book copied to clipboard
Update ch04-02-references-and-borrowing.md
trafficstars
It is assumed that the change function will mutate the borrowed reference. It depends on the implementation of the function whether it will or will not mutate. It is more appropriate to use the word "can" instead of "will".