From a2fc2bd5b895ee2bf339d0774de9a926b28322ff Mon Sep 17 00:00:00 2001 From: Takumasa Sakao Date: Wed, 6 Sep 2023 23:57:01 +0900 Subject: [PATCH] Fix wrong item number in Goals.md (#241) --- design/high-level/Goals.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/design/high-level/Goals.md b/design/high-level/Goals.md index 200c3c21..89470998 100644 --- a/design/high-level/Goals.md +++ b/design/high-level/Goals.md @@ -41,7 +41,7 @@ * deployment and live upgrade / dynamic reconfiguration; * persistence and storage; and * distributed computing and partial failure. -2. Don't specify a set of "component services". +3. Don't specify a set of "component services". * Specifying services that may be implemented by a host and exposed to components is the domain of WASI and out of scope of the component model. * See also the [WASI FAQ entry](FAQ.md#how-does-wasi-relate-to-the-component-model).