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
Remove(head, value)
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 = ø
return false
end if