C.86: Improve language just a bit (#1774)

This commit is contained in:
Juha Reunanen 2021-04-06 16:47:06 +03:00 committed by GitHub
parent 52b0aa7cdf
commit 58f91d7cf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6570,7 +6570,7 @@ If a `swap` tries to exit with an exception, it's a bad design error and the pro
##### Reason
Asymmetric treatment of operands is surprising and a source of errors where conversions are possible.
`==` is a fundamental operations and programmers should be able to use it without fear of failure.
`==` is a fundamental operation and programmers should be able to use it without fear of failure.
##### Example