Skip to content

Commit

Permalink
tweak to readme as per discussion #811
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrthomas committed Jun 25, 2019
1 parent 18c1b14 commit 45d6fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3436,7 +3436,7 @@ Here below are a few more common examples:

Utility | Recipe
------- | ------
| System Time | `function(){ return java.lang.System.currentTimeMillis() }`
| System Time (as a string) | `function(){ return java.lang.System.currentTimeMillis() + '' }`
| UUID | `function(){ return java.util.UUID.randomUUID() + '' }`
| Random Number (`0` to `max-1`) | `function(max){ return Math.floor(Math.random() * max) }`
| Case Insensitive Comparison | `function(a, b){ return a.equalsIgnoreCase(b) }`
Expand Down

0 comments on commit 45d6fca

Please sign in to comment.