diff --git a/proposals/filesystem/wit-0.3.0-draft/types.wit b/proposals/filesystem/wit-0.3.0-draft/types.wit index 70271e2e..d894b450 100644 --- a/proposals/filesystem/wit-0.3.0-draft/types.wit +++ b/proposals/filesystem/wit-0.3.0-draft/types.wit @@ -424,7 +424,7 @@ interface types { /// This function returns a future, which will resolve to an error code if /// reading full contents of the directory fails. @since(version = 0.3.0-rc-2026-01-06) - read-directory: async func() -> tuple, future>>; + read-directory: func() -> tuple, future>>; /// Synchronize the data and metadata of a file to disk. ///