home: hub: zuo

Download patch

ref: ef5efcbbf1c2d775433867d7ed00b206a0e95dad
parent: 493e9cd08147add01bba9247f36759f095b87678
author: Jens Axel Søgaard <jensaxel@soegaard.net>
date: Tue Oct 17 20:41:20 CDT 2023

Fix typo

--- a/zuo-doc/lang-zuo.scrbl
+++ b/zuo-doc/lang-zuo.scrbl
@@ -519,7 +519,7 @@
 @section{Hash Tables (Persistent Maps)}
 
 Zuo @tech{hash tables} do not actually have anything to do with
-hashing, but they're called that for similarly to Racket. A hash table
+hashing, but they're called that for similarity to Racket. A hash table
 maps symbols to other values, and updating a hash table produces a new
 hash table (which, internally, may share with the original).