diff options
author | elioat <elioat@tilde.institute> | 2022-12-02 15:54:02 -0500 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2022-12-02 15:54:02 -0500 |
commit | 524a73e0e0761f665a0197536dddf171e3a18de2 (patch) | |
tree | 23656a15e67f3fad633835062710dd239fd6753e /src | |
parent | e33d0cd333d0fa4026d93469a0bc93f84b0b70df (diff) | |
download | december-2022-524a73e0e0761f665a0197536dddf171e3a18de2.tar.gz |
questions questions questions and comments
Diffstat (limited to 'src')
-rw-r--r-- | src/pokedex.rkt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokedex.rkt b/src/pokedex.rkt index 488858c..85a8eb6 100644 --- a/src/pokedex.rkt +++ b/src/pokedex.rkt @@ -37,6 +37,6 @@ (hash-set! entry-data "types" (hash-ref poke-data 'types)) entry-data)) -(dex-entry 12) +(dex-entry 12) ;; QUESTION: would this all be easier to handle if it were a vector or list instead of a hash table? ;; TOMORROW I'll start to figure out how to present this data \ No newline at end of file |