Merge pull request #9071 from FlashSheridan/patch-4

Spell-check
This commit is contained in:
Alex Beregszaszi 2020-05-29 23:03:23 +01:00 committed by GitHub
commit 513c9024e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,8 +16,8 @@ This section lists changes where the behaviour of your code might
change without the compiler telling you about it. change without the compiler telling you about it.
* The resulting type of an exponentiation is the type of the base. It used to be the smallest type * The resulting type of an exponentiation is the type of the base. It used to be the smallest type
that can hold both the type of the base and the type of the exponent, as with symmentric that can hold both the type of the base and the type of the exponent, as with symmetric
operations. Additionally, signed types are allowed for the base of the exponetation. operations. Additionally, signed types are allowed for the base of the exponentiation.
Explicitness Requirements Explicitness Requirements