Skip to content

Commit 9b9fcee

Browse files
authored
Update README.md
1 parent 0d0b279 commit 9b9fcee

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
@@ -18,7 +18,7 @@ c = 1 <| b # Creates a new list C using the cons opertor <| with b as th
1818
* Utility functions:
1919
```julia
2020

21-
""" (length(lst1)), O(1) if either list is empty.. needs improvment """
21+
""" (length(lst1)), O(1) if either list is empty """
2222
listAppend
2323

2424
""" O(n) """

0 commit comments

Comments
 (0)