From 20fc367d8fae402a115895871d0981d4dd041aef Mon Sep 17 00:00:00 2001 From: FrankReh Date: Tue, 3 Dec 2024 15:24:57 -0500 Subject: [PATCH] Typos in comments (#147) and in the imports.md as those comments are duplicated there. --- imports.md | 6 +++--- wit/preopens.wit | 2 +- wit/types.wit | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/imports.md b/imports.md index 6d958ee..34f0bf7 100644 --- a/imports.md +++ b/imports.md @@ -937,7 +937,7 @@ POSIX.

Return a stream for appending to a file, if available.

May fail with an error-code describing why the file cannot be appended.

Note: This allows using write-stream, which is similar to write with -O_APPEND in in POSIX.

+O_APPEND in POSIX.

Params