Browse Source

Tail should point to 1 not to nil

content-update
zhantolin 5 years ago committed by GitHub
parent
commit
5d7eca07e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/listreverse.en.md

2
subjects/listreverse.en.md

@ -65,7 +65,7 @@ student@ubuntu:~/[[ROOT]]/test$ ./test
3
2
1
Tail <nil>
Tail &{1 <nil>}
Head &{4 0xc42000a140}
student@ubuntu:~/[[ROOT]]/test$
```

Loading…
Cancel
Save