diff --git a/docs/lib-parse_number.md b/docs/lib-parse_number.md index 412b0838..0b391d7b 100644 --- a/docs/lib-parse_number.md +++ b/docs/lib-parse_number.md @@ -4,7 +4,7 @@ Parses the string argument as an number. It depends on the `split_str` and the ` ## Parameters -- `t` : A String containing the number representation to be parsed. +- `t` : A string containing the number representation to be parsed. ## Examples