mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 20:54:41 +03:00
fixed minor typo: it this -> this (on master) (#1079)
This commit is contained in:
committed by
Jonathan Wakely
parent
90076b9795
commit
df68bfdc5b
@@ -11826,7 +11826,7 @@ Unfortunately, most invalid pointer problems are harder to spot and harder to fi
|
||||
|
||||
There is a huge amount of such code.
|
||||
Most works -- after lots of testing -- but in isolation it is impossible to tell whether `p` could be the `nullptr`.
|
||||
Consequently, it this is also a major source of errors.
|
||||
Consequently, this is also a major source of errors.
|
||||
There are many approaches to dealing with this potential problem:
|
||||
|
||||
void f1(int* p) // deal with nullptr
|
||||
|
||||
Reference in New Issue
Block a user