Skip to content

Commit

Permalink
Fix documentation issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
technosophos committed Mar 29, 2016
1 parent fcade81 commit 0252fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ string is passed in, functions will attempt to convert with
- sub: Subtract the second integer from the first
- div: Divide the first integer by the second
- mod: Module of first integer divided by second
- mul: Multiply two integers
- mul: Multiply integers
- max: Return the biggest of a series of one or more integers
- min: Return the smallest of a series of one or more integers
- biggest: DEPRECATED. Return the biggest of a series of one or more integers
Expand Down

0 comments on commit 0252fc1

Please sign in to comment.