Browse Source

Update listlast.en.md

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

2
subjects/listlast.en.md

@ -17,7 +17,7 @@ type List struct {
Tail *Node
}
func ListLast(l *List) *List {
func ListLast(l *List) interface{} {
}
```

Loading…
Cancel
Save