From 53a3004db78103e8738e8b73040d1b18a3fdc7dd Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Fri, 22 Dec 2023 08:17:32 +0100 Subject: Further clarifications on small lists MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- list.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'list.s') diff --git a/list.s b/list.s index 8294b84..52649f5 100644 --- a/list.s +++ b/list.s @@ -52,7 +52,7 @@ ;; List provides the scope for the variables and subroutines that have been ;; defined in order to maintain and manipulate big lists on the NES. ;; -;; This library can also work for smaller list but there are other more +;; This library can also work for smaller lists but there are other more ;; performant ways to achieve the same thing. Thus, use this library only if you ;; need to have a list that may store more than 255 bytes and indexing in the ;; usual ways might be a problem otherwise. -- cgit v1.2.3