doc: Fix some misspellings

This commit is contained in:
randymcmillan
2019-11-04 04:22:53 -05:00
parent 463eab5e14
commit ac831339cb
12 changed files with 13 additions and 14 deletions

View File

@ -654,7 +654,7 @@ Strings and formatting
- Do not use it to convert to `QString`. Use `QString::fromStdString()`.
- *Rationale*: Qt has build-in functionality for converting their string
- *Rationale*: Qt has built-in functionality for converting their string
type from/to C++. No need to roll your own.
- In cases where do you call `.c_str()`, you might want to additionally check that the string does not contain embedded '\0' characters, because