@@ 213,7 213,7 @@ To get a dir as in Python, you can use t
(define-method (dir (m <module>)) (module-map (λ (sym var) sym) m))
#+END_SRC
-You can use it this:
+You can use it like this:
#+BEGIN_SRC scheme
(dir) ; all local bindings, excluding imported modules