Skip to content
Snippets Groups Projects
Commit ded559f9 authored by Alaric Senat's avatar Alaric Senat Committed by Alaric Senat
Browse files

Strings: Fix typos

parent 0c59c241
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ size_t nbChars( const std::string& value );
* @brief nbBytes Counts the number of bytes that contain the specified number
* of characters
* @param input The string to analyze
* @param offset An offset from the begining of the string, in bytes
* @param offset An offset from the beginning of the string, in bytes
* @param nbChars The number of characters to check
* @return The number of bytes that holds the first nbChars after the provided offset
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment