Fix "an reasonable" typo

Fixes #1211
This commit is contained in:
Jonathan Wakely 2018-05-15 15:25:23 +01:00
parent 599fb02d12
commit 4af8321e91

View File

@ -8753,7 +8753,7 @@ Use `zstring` rather than `char*` to indicate that you rely on that convention.
##### Note
Many current uses of pointers to a single element could be references.
However, where `nullptr` is a possible value, a reference may not be an reasonable alternative.
However, where `nullptr` is a possible value, a reference may not be a reasonable alternative.
##### Enforcement