From f9e411f8bc392e45f1cd61ff744061ca3499c29c Mon Sep 17 00:00:00 2001 From: Julien Dessaux <julien.dessaux@adyxax.org> Date: Sun, 8 May 2022 17:50:01 +0200 Subject: [PATCH] typo --- src/pointer.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pointer.nim b/src/pointer.nim index ae11ce8..95032dd 100644 --- a/src/pointer.nim +++ b/src/pointer.nim @@ -10,7 +10,7 @@ randomize() type Pointer* = object - x, y: int # The pointer's positiont + x, y: int # The pointer's position dx, dy: int # The pointer's traveling delta sox, soy: int # The storage offset stringMode, lastCharWasSpace: bool # The string mode flags