From 4c01cd1e6da0c1c8b20303268f8e8a09edc26a07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=AEm=20Ts=C3=BA-thu=C3=A0n?= Date: Tue, 26 Mar 2024 02:54:55 +0800 Subject: [PATCH] [Misc] fix typo (#3305) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lîm Tsú-thuàn --- .CurrentChangelog.md | 2 +- Changelog.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.CurrentChangelog.md b/.CurrentChangelog.md index eb99237dbce6..edfed58592c2 100644 --- a/.CurrentChangelog.md +++ b/.CurrentChangelog.md @@ -42,7 +42,7 @@ Features: * Users can use the `--enable-gc` to enable the proposal in `wasmedge` and `wasmedgec` tools. * Component Model proposal (experimental, loader phase only). * Added the `WasmEdge_Proposal_Component` for the configuration in WasmEdge C API. - * Users can use the `--enable-function-reference` to enable the proposal in `wasmedge` tool. + * Users can use the `--enable-component` to enable the proposal in `wasmedge` tool. * [JIT]: Support LLVM JIT. * [C API]: New C API for supporting the new proposals. * `WasmEdge_ValType` related APIs can help developers to generate or compare value types. diff --git a/Changelog.md b/Changelog.md index 9877d706e92c..301a274a4363 100644 --- a/Changelog.md +++ b/Changelog.md @@ -42,7 +42,7 @@ Features: * Users can use the `--enable-gc` to enable the proposal in `wasmedge` and `wasmedgec` tools. * Component Model proposal (experimental, loader phase only). * Added the `WasmEdge_Proposal_Component` for the configuration in WasmEdge C API. - * Users can use the `--enable-function-reference` to enable the proposal in `wasmedge` tool. + * Users can use the `--enable-component` to enable the proposal in `wasmedge` tool. * [JIT]: Support LLVM JIT. * [C API]: New C API for supporting the new proposals. * `WasmEdge_ValType` related APIs can help developers to generate or compare value types.