update README.md

This commit is contained in:
2024-10-17 02:10:06 -04:00
parent facd7d6680
commit f651c62c5c

View File

@@ -162,7 +162,7 @@ head [1 2 3 4] # => 1
tail [1 2 3 4] # => [2 3 4] tail [1 2 3 4] # => [2 3 4]
init [1 2 3 4] # => [1 2 3] init [1 2 3 4] # => [1 2 3]
fini [1 2 3 4] # => 4 fini [1 2 3 4] # => 4
bool [1 2 3] # => true bool [1 2 3 4] # => true
bool empty # => false bool empty # => false
``` ```