Skip to content

Commit faf2094

Browse files
author
MarcoFalke
committed
doc: Remove note about removed ParsePrechecks
1 parent fa69c5b commit faf2094

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
@@ -1028,7 +1028,7 @@ Strings and formatting
10281028
- In cases where you do call `.c_str()`, you might want to additionally check that the string does not contain embedded '\0' characters, because
10291029
it will (necessarily) truncate the string. This might be used to hide parts of the string from logging or to circumvent
10301030
checks. If a use of strings is sensitive to this, take care to check the string for embedded NULL characters first
1031-
and reject it if there are any (see `ParsePrechecks` in `strencodings.cpp` for an example).
1031+
and reject it if there are any.
10321032
10331033
Shadowing
10341034
--------------

0 commit comments

Comments
 (0)