C.66: Improve language just a bit (#1771)

This commit is contained in:
Juha Reunanen 2021-04-06 16:44:53 +03:00 committed by GitHub
parent 652b71b2c0
commit c3baa7ce8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6246,7 +6246,7 @@ Here is a way to move a pointer without a test (imagine it as code in the implem
##### Reason
A throwing move violates most people's reasonably assumptions.
A throwing move violates most people's reasonable assumptions.
A non-throwing move will be used more efficiently by standard-library and language facilities.
##### Example