From 5ad65da6daadc21c08cf27a6348a3ba878da58be Mon Sep 17 00:00:00 2001 From: Qrakhen Date: Fri, 8 May 2026 06:53:04 +0200 Subject: [PATCH] forgot a word --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ec3ffb..0056fb1 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ public class LinkedListNode : Obj var current = this; while (current.Next != null) { current = current.Next; - return Obj.Create(); + return Obj.Create(current); } // Value is the base type of anything in Q&.