mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
C.32 Fix typo, "aide" -> "aid"
This commit is contained in:
parent
6767413118
commit
aab97d9e48
|
@ -4185,7 +4185,7 @@ There is a lot of code that is non-specific about ownership.
|
|||
##### Note
|
||||
|
||||
If the `T*` or `T&` is owning, mark it `owning`. If the `T*` is not owning, consider marking it `ptr`.
|
||||
This will aide documentation and analysis.
|
||||
This will aid documentation and analysis.
|
||||
|
||||
##### Enforcement
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user