mirror of
https://github.com/google/pebble.git
synced 2025-11-27 01:32:23 -05:00
spelling: successful
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
//! The string does not have to be zero-terminated, since the length is passed as an argument.
|
||||
//! @param number_str_length The length of the number_str buffer.
|
||||
//! @param multiplier The factor by which to multiply the parsed number.
|
||||
//! @param[out] number_out If the parsing was succesfull, the result will be stored here.
|
||||
//! @param[out] number_out If the parsing was successful, the result will be stored here.
|
||||
//! @return True if the string was parsed succesfully.
|
||||
//! @note The first comma or period found is treated as decimal separator. Any subsequent comma or
|
||||
//! period that is found will cause parsing to be aborted and return false.
|
||||
|
||||
Reference in New Issue
Block a user