Skip to content

Commit

Permalink
Merge pull request #60 from neil-ca-moore/patch-1
Browse files Browse the repository at this point in the history
Fix typo in function name
  • Loading branch information
mattfarina authored Oct 13, 2017
2 parents efda631 + a837d40 commit 4f53787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Integer Slice Functions:
Conversions:
- atoi: Convert a string to an integer. 0 if the integer could not be parsed.
- in64: Convert a string or another numeric type to an int64.
- int64: Convert a string or another numeric type to an int64.
- int: Convert a string or another numeric type to an int.
- float64: Convert a string or another numeric type to a float64.
Expand Down

0 comments on commit 4f53787

Please sign in to comment.