forgot a word
This commit is contained in:
parent
5df7a32a7f
commit
5ad65da6da
|
|
@ -128,7 +128,7 @@ public class LinkedListNode : Obj
|
||||||
var current = this;
|
var current = this;
|
||||||
while (current.Next != null) {
|
while (current.Next != null) {
|
||||||
current = current.Next;
|
current = current.Next;
|
||||||
return Obj.Create();
|
return Obj.Create(current);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Value is the base type of anything in Q&.
|
// Value is the base type of anything in Q&.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue