shithub: MicroHs

Download patch

ref: 9b0ffcfa58467f8aed34bac585c89c5ed4188ccc
parent: 515ed236b6b00407082554bebb598bde961b9971
author: Lennart Augustsson <lennart@augustsson.net>
date: Thu Dec 28 21:03:32 EST 2023

Update README.md

--- a/README.md
+++ b/README.md
@@ -236,7 +236,7 @@
 ### Features
 The runtime system can serialize and deserialize any expression
 and keep its graph structure (sharing and cycles).
-The only exceptions to this are C pointers file handles, which cannot be serialized (except for `stdin`, `stdout`, and `stderr`).
+The only exceptions to this are C pointers (e.g., file handles), which cannot be serialized (except for `stdin`, `stdout`, and `stderr`).
 
 ### Memory layout
 Memory allocation is based on cells.  Each cell has room for two pointers (i.e., two words, typically 16 bytes),
--