[SF.9] singular/plural mismatch (closes #1545)

This commit is contained in:
Sergey Zubkov 2019-12-03 10:15:00 -05:00 committed by GitHub
parent 3528dd91ef
commit 93ab66d8da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18988,8 +18988,9 @@ Our recommendation is to write in ISO C++: See [rule P.2](#Rp-Cplusplus).
##### Reason
Cycles complicates comprehension and slows down compilation.
Complicates conversion to use language-supported modules (when they become available).
Cycles complicate comprehension and slow down compilation. They also
complicate conversion to use language-supported modules (when they become
available).
##### Note