mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 20:54:41 +03:00
C.defop: Fix typo in introductory text
This commit is contained in:
@@ -3935,7 +3935,7 @@ Other default operations rules:
|
||||
|
||||
## <a name="SS-defop"></a>C.defop: Default Operations
|
||||
|
||||
By default, the language supply the default operations with their default semantics.
|
||||
By default, the language supplies the default operations with their default semantics.
|
||||
However, a programmer can disable or replace these defaults.
|
||||
|
||||
### <a name="Rc-zero"></a>C.20: If you can avoid defining default operations, do
|
||||
|
||||
Reference in New Issue
Block a user