1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-06-06 21:05:01 +02:00

fixed typos

This commit is contained in:
Justin Lin 2017-03-29 13:51:34 +08:00
parent ee632a9b2f
commit 503cb1591f

View File

@ -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