diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2017-01-06 12:19:00 -0600 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2017-01-06 12:19:00 -0600 |
commit | da661f88d5114ff79913b1fe4a904d6cf15250ea (patch) | |
tree | 6dcd5436d2c9ce86e9990ccedcef416da5cf6f21 | |
parent | 2255f6996a4fbe708b235760816a6dd49959fb6d (diff) | |
download | 8sync-da661f88d5114ff79913b1fe4a904d6cf15250ea.tar.gz |
doc: Remove stray #+END_SRC.
* doc/8sync-new-manual.org: Remove stray #+END_SRC.
-rw-r--r-- | doc/8sync-new-manual.org | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/8sync-new-manual.org b/doc/8sync-new-manual.org index 6658c93..e1462f5 100644 --- a/doc/8sync-new-manual.org +++ b/doc/8sync-new-manual.org @@ -526,7 +526,6 @@ which does not block the rest of the program from running. Let's try applying that to our own code by turning our manager into a micromanager. -#+END_SRC #+BEGIN_SRC scheme ;;; Update this method (define (manager-assign-task manager message difficulty) |