7f86db7b3d05 — Arne Babenhauserheide 6 years ago
typo
1 files changed, 1 insertions(+), 1 deletions(-)

M guile-basics.org
M guile-basics.org +1 -1
@@ 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