Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bubkoo committed Apr 6, 2016
1 parent 9e83293 commit 60ef560
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ Maximum integer to return.

**Note:**

- Negative `min` or `max` will be treat as `0`
- Non-numeric `min` or `max` will be treat as `0`
- If `min` greater than `max`, we will swap each other
- Negative `min` or `max` will be treat as `0`.
- Non-numeric `min` or `max` will be treat as `0`.
- If `min` greater than `max`, they will be swapped with each other.

## Related

0 comments on commit 60ef560

Please sign in to comment.