home: hub: zuo

Download patch

ref: 529f50cd20ccbd764644fcde1751f4049713e710
parent: 15ebcbd3f4c0edfdcbb13c30692c3d45ab8d2443
author: ZhangHao <official@antigen.top>
date: Sat Aug 26 13:03:54 CDT 2023

fix a typo

--- a/zuo-doc/overview.scrbl
+++ b/zuo-doc/overview.scrbl
@@ -21,7 +21,7 @@
 @section[#:tag "running"]{Building and Running Zuo}
 
 Compile @filepath{zuo.c} from the Zuo sources with a C compiler. No
-additional are files needed for compilation, other than system and
+additional files are needed for compilation, other than system and
 C-library headers. No compiler flags should be needed, although flags
 like @exec{-o zuo} or @exec{-O2} are a good idea.