commit a4b2fbea8c5f98f09c5b9e07bfe987d0e277f2a0
parent 998d573514cd5d915664fac5fb6572171321e7f8
Author: Sebastian <sebastian@sebsite.pw>
Date: Fri, 8 Sep 2023 00:21:45 -0400
hare::unparse: fix reference in README
Signed-off-by: Sebastian <sebastian@sebsite.pw>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hare/unparse/README b/hare/unparse/README
@@ -1,2 +1,2 @@
hare::unparse provides an unparser for Hare. All functions take in some part of
-the AST and write formatted Hare source code to an [[io::stream]].
+the AST and write formatted Hare source code to an [[io::handle]].