summaryrefslogtreecommitdiff
path: root/documents
diff options
context:
space:
mode:
authorAndré A. Gomes <andremegafone@gmail.com>2022-07-05 14:14:40 +0100
committerAndré A. Gomes <andremegafone@gmail.com>2022-07-05 14:14:40 +0100
commit7637414ed9402883647411e108b276ff3889f143 (patch)
tree5594dadf7e460f59bd950b2ba2a0afe90b24e007 /documents
parent029bcea9d20e9dd348ff1446845d774900776403 (diff)
documents/README: Fix typo.
Diffstat (limited to 'documents')
-rw-r--r--documents/README.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/documents/README.org b/documents/README.org
index e946e3bf5..798c363b4 100644
--- a/documents/README.org
+++ b/documents/README.org
@@ -631,7 +631,7 @@ We've also developed some of our own:
=uiop:ensure-pathname= to "receive" from OS-facing functions or to "trunamize".
- Prefer =handler-bind= over =handler-case=: when running from the REPL, this
triggers the debugger with a full stacktrace; when running the Nyxt binary,
- all conditions are caught anyways..
+ all conditions are caught anyway.
- Do not handle the =T= condition, this may break everything. Handle =error= or
exceptionally =condition= (for instance if do not control the called code, and
some libraries subclass =condition= instead of =error=).