mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 12:44:42 +03:00
Fix grammar (#1344)
This commit is contained in:
committed by
Sergey Zubkov
parent
edac03725a
commit
9f0e9fe0a3
@@ -10713,7 +10713,7 @@ Like the distinction between copy-initialization and direct-initialization itsel
|
||||
Z z1{}; // OK: direct initialization, so we use explicit constructor
|
||||
Z z2 = {}; // error: copy initialization, so we cannot use the explicit constructor
|
||||
|
||||
Use plain `{}`-initialization unless you specifically wants to disable explicit constructors.
|
||||
Use plain `{}`-initialization unless you specifically want to disable explicit constructors.
|
||||
|
||||
##### Note
|
||||
|
||||
|
||||
Reference in New Issue
Block a user