Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiBM authored Oct 30, 2024
1 parent 56b11f8 commit 4c177ba
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 @@ -505,7 +505,7 @@ Although not visible when writing templates, each underlying value that is passe
* `isOdd() -> Bool`: Returns whether the integer is odd or not.
* `isEven() -> Bool`: Returns whether the integer is even or not.
* `hash() -> String`: The hash of the string representation of the integer using the `CRC32` algorithm.
* `sha() -> String`: The hash of the string using the `SHA256` algorithm.
* `sha() -> String`: The hash of the string representation of the integer using the `SHA256` algorithm.
* DO NOT rely on this to be cryptographically secure.
* `Array`:
* `first() -> Element?`: Returns the first element of the array.
Expand Down

0 comments on commit 4c177ba

Please sign in to comment.