@ -1312,7 +1312,7 @@ That is, its value must be `delete`d or transferred to another owner, as is done
**Example**:
int length(const char* p); // it is not clear whether strlen(nullptr) is valid
int length(const char* p); // it is not clear whether length(nullptr) is valid
length(nullptr); // OK?