C.32 Fix typo, "aide" -> "aid"

This commit is contained in:
Jonathan Wakely 2016-10-05 13:00:44 +01:00
parent 6767413118
commit aab97d9e48

View File

@ -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