Update README.md (#163)

fix verbiage
This commit is contained in:
Moshe 2018-08-14 08:18:55 -04:00 committed by Oleksii Trekhleb
parent 9111568fc0
commit 5667cfb550

View File

@ -61,7 +61,8 @@ end Contains
```text ```text
Remove(head, value) Remove(head, value)
Pre: head is the head node in the list Pre: head is the head node in the list
Post: value is the value to remove from the list, true, otherwise false value is the value to remove from the list
Post: value is removed from the list, true, otherwise false
if head = ø if head = ø
return false return false
end if end if