Skip to content

Commit 90f79c7

Browse files
committed
fixed readme typo
1 parent 1b3c58d commit 90f79c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ let nums = [1, 2, 3, 4];
130130
print(nums[1]); // 2
131131
print(first(nums)); // 1
132132
print(last(nums)); // 4
133-
print(rest(nums)); // [2, 3, 4]
133+
print(tail(nums)); // [2, 3, 4]
134134
```
135135

136136
Beavieeer also supports adding arrays

0 commit comments

Comments
 (0)