From 175f97b4d5733565425062e6ba0322abf53e3ebd Mon Sep 17 00:00:00 2001 From: CT Wu Date: Sat, 23 Aug 2025 09:09:17 +0100 Subject: [PATCH] Fix typo in wit-example.md --- component-model/src/design/wit-example.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component-model/src/design/wit-example.md b/component-model/src/design/wit-example.md index 847b8073..ce40da83 100644 --- a/component-model/src/design/wit-example.md +++ b/component-model/src/design/wit-example.md @@ -26,7 +26,7 @@ We declare a world that imports one interface: For exposition, version numbers have been removed. This file contains a package declaration, which declares that -this world is in the `clocks` package in the `wasi` namespace. +this world is in the `clocks` package in the `wasi-example` namespace. The world is declared using the keyword `world`, followed by the name `imports`.