Browse Source

Updated README, it was describing the wrong return type

tags/v1.0.0
txgruppi 9 years ago
parent
commit
81040b7566
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@@ -38,7 +38,7 @@ the desired type. **If input is provided that will not convert to that type, the
0 or nil value for that type will be returned**.

Cast also provides identical methods To_____E. These return the same result as
the To_____ methods, plus an additional bool which tells you if it successfully
the To_____ methods, plus an additional error which tells you if it successfully
converted. Using these methods you can tell the difference between when the
input matched the zero value or when the conversion failed and the zero value
was returned.


Loading…
Cancel
Save