From bc4053c368b43beb88130e3891a5c220959cdf63 Mon Sep 17 00:00:00 2001 From: Ilia Date: Mon, 6 Jan 2025 13:48:39 -0800 Subject: [PATCH] typo/grammar in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73dd4d5..b71eab4 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ WASI filesystem must have at least two complete independent implementations. ### Introduction WASI filesystem is a WASI API primarily for accessing host filesystems. It -has function for opening, reading, and writing files, and for working with +has functions for opening, reading, and writing files, and for working with directories. Unlike many filesystem APIs, WASI filesystem is capability-oriented. Instead