Skip to content

Commit 7df8cda

Browse files
MarcoFalkeRandyMcMillan
authored andcommitted
doc: Remove note about removed ParsePrechecks
1 parent 2c49342 commit 7df8cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/developer-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1027,7 +1027,7 @@ Strings and formatting
10271027
- In cases where you do call `.c_str()`, you might want to additionally check that the string does not contain embedded '\0' characters, because
10281028
it will (necessarily) truncate the string. This might be used to hide parts of the string from logging or to circumvent
10291029
checks. If a use of strings is sensitive to this, take care to check the string for embedded NULL characters first
1030-
and reject it if there are any (see `ParsePrechecks` in `strencodings.cpp` for an example).
1030+
and reject it if there are any.
10311031
10321032
Shadowing
10331033
--------------

0 commit comments

Comments
 (0)