about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2022-12-01 20:45:10 -0500
committerelioat <elioat@tilde.institute>2022-12-01 20:45:10 -0500
commit4fcc89ecea9437d578ce34d1fe1543edfb8f099c (patch)
tree4e5f9a71c37f4096551b1d3c0f5af82034d78f17
parent78bd804e6577b5def043c3d820535adda36d42e0 (diff)
downloaddecember-2022-4fcc89ecea9437d578ce34d1fe1543edfb8f099c.tar.gz
*
-rw-r--r--src/pokedex.rkt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pokedex.rkt b/src/pokedex.rkt
index 16acf4d..d710758 100644
--- a/src/pokedex.rkt
+++ b/src/pokedex.rkt
@@ -25,5 +25,8 @@
                 get-pure-port
                 (compose string->jsexpr port->string)))
 
+;; TOMORROW: I'll explore referencing data from returns hash-table, 
+;; https://docs.racket-lang.org/reference/hashtables.html
+
 ;; (get-pokemon "ditto")
 ;; (get-pokemon 123)