Update README.zh-CN.md (#439)

This commit is contained in:
bhaltair 2020-12-16 01:44:44 +08:00 committed by GitHub
parent 94afab0dd9
commit ae225741fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ Remove(head, value)
return true
end if
n ← head.next
while n = ø and value = n.value
while n = ø and value !== n.value
n ← n.next
end while
if n = tail