diff options
author | Jonas Bernoulli <jonas@bernoul.li> | 2020-04-26 23:52:31 +0200 |
---|---|---|
committer | Jonas Bernoulli <jonas@bernoul.li> | 2020-04-26 23:52:31 +0200 |
commit | 19f7f244a1afce95aa54618801848bfb2f218198 (patch) | |
tree | ec364228beee37c7efbba6a7f53653726406fd29 /HACKING | |
parent | 00107cb9b33db032e64dd775144639cbdbccf2c3 (diff) | |
download | geiser-19f7f244a1afce95aa54618801848bfb2f218198.tar.gz geiser-19f7f244a1afce95aa54618801848bfb2f218198.tar.bz2 |
Fix typos
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ ## How to support a new Scheme implementation Geiser works by running an instance of a REPL, or remotely connecting -to one, and evaluating the scheme code it sees there. Then, everytime +to one, and evaluating the scheme code it sees there. Then, every time it needs to perform some operation (like, say, printing autodoc, jumping to a source location or expanding a macro), it asks the running scheme instance for that information. |