Skip to content

Commit 5667cfb

Browse files
moshejstrekhleb
authored andcommitted
Update README.md (trekhleb#163)
fix verbiage
1 parent 9111568 commit 5667cfb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/data-structures/linked-list/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ end Contains
6161
```text
6262
Remove(head, value)
6363
Pre: head is the head node in the list
64-
Post: value is the value to remove from the list, true, otherwise false
64+
value is the value to remove from the list
65+
Post: value is removed from the list, true, otherwise false
6566
if head = ø
6667
return false
6768
end if

0 commit comments

Comments
 (0)