aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaulo Custodio <pauloscustodio@gmail.com>2023-03-01 18:11:33 +0000
committerPaulo Custodio <pauloscustodio@gmail.com>2023-03-01 18:11:33 +0000
commit547ea3395a450b270bd8304fabd51f43a0f06235 (patch)
tree3e4707062789bd426753012566148b7b36137ccf
parent7245f7f18b33f39b6ca820386deca0c1ab20c7a1 (diff)
downloadperlweeklychallenge-club-547ea3395a450b270bd8304fabd51f43a0f06235.tar.gz
perlweeklychallenge-club-547ea3395a450b270bd8304fabd51f43a0f06235.tar.bz2
perlweeklychallenge-club-547ea3395a450b270bd8304fabd51f43a0f06235.zip
Small fix
-rw-r--r--challenge-206/paulo-custodio/forth/ch-1.fs2
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-206/paulo-custodio/forth/ch-1.fs b/challenge-206/paulo-custodio/forth/ch-1.fs
index 72f40cbd5f..b8115de9f2 100644
--- a/challenge-206/paulo-custodio/forth/ch-1.fs
+++ b/challenge-206/paulo-custodio/forth/ch-1.fs
@@ -61,7 +61,7 @@
REPEAT
2DROP
25 60 * , \ add placeholder for end element
- HERE items - 1 CELLS / TO num_items
+ HERE items - CELL / TO num_items
;