about summary refs log tree commit diff stats
path: root/doc/breaking_rules.md
diff options
context:
space:
mode:
authorDarren Bane <darren.bane@gmail.com>2021-04-20 15:46:58 +0100
committerDarren Bane <darren.bane@gmail.com>2021-04-20 15:46:58 +0100
commit48358adb04bb37cb1630e137ec181a0b6997ca64 (patch)
tree3a9bab17f238db8dc4b79c6ec8202a6be9624818 /doc/breaking_rules.md
parent6cb2ab95bc21bc226f103445fa6a4da75a22c9e3 (diff)
downloadlsp-48358adb04bb37cb1630e137ec181a0b6997ca64.tar.gz
Doc updates
Diffstat (limited to 'doc/breaking_rules.md')
-rw-r--r--doc/breaking_rules.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/breaking_rules.md b/doc/breaking_rules.md
index 31a1857..d9c499b 100644
--- a/doc/breaking_rules.md
+++ b/doc/breaking_rules.md
@@ -78,7 +78,7 @@ it could be difficult to satisfy expectations.
 ### Dependencies
 
 Counterintuitively, I chose ISLisp partly *because* it imposes limits in the prototyping phase.
-Standard UNIX libraries like curses, xdr and dbm can still be used from compiled code using the FFI.
+Standard UNIX libraries like curses, catgets, xdr and dbm can still be used from compiled code using the FFI.
 
 ## Coding standards