diff options
author | jgart | 2021-12-28 20:03:52 -0500 |
---|---|---|
committer | jgart | 2021-12-28 20:03:52 -0500 |
commit | 2469f5b057e3d2f8799bb694476aa9d24a8a1cc2 (patch) | |
tree | 2a6f3cee07f7c3ea7d1eace7242c87600c308fd5 /topics/lisp | |
parent | e34493ca5642bc52d2f5550abcda1a42f1f51804 (diff) | |
download | gn-gemtext-2469f5b057e3d2f8799bb694476aa9d24a8a1cc2.tar.gz |
typo fix
Diffstat (limited to 'topics/lisp')
-rw-r--r-- | topics/lisp/define-condition.gmi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/topics/lisp/define-condition.gmi b/topics/lisp/define-condition.gmi index 29ef4bd..9499441 100644 --- a/topics/lisp/define-condition.gmi +++ b/topics/lisp/define-condition.gmi @@ -8,7 +8,7 @@ > represent any occurrence during a program's execution that may be of > interest to code at different levels on the call stack. -The following three quotes are from abridged from a conversation with +The following three quotes are abridged from a conversation with Ed Langley over #common-lisp:matrix.org (Thu Dec 23 07:46:30 PM EST 2021) => https://github.com/fiddlerwoaroof Ed Langley's GitHub |