From 503cb1591f4c322aabf93b8c76377680e4edb86a Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Wed, 29 Mar 2017 13:51:34 +0800 Subject: [PATCH] fixed typos --- docs/lib-parse_number.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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