Skip to content

Commit 132c304

Browse files
authored
Fix the doc comment for WasmVm::runtime. (#191)
Signed-off-by: Takeshi Yoneda <[email protected]>
1 parent 0318597 commit 132c304

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/proxy-wasm/wasm_vm.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ class WasmVm {
177177
public:
178178
virtual ~WasmVm() = default;
179179
/**
180-
* Return the runtime identifier.
181-
* @return one of WasmRuntimeValues from well_known_names.h (e.g. "v8").
180+
* Identify the Wasm runtime.
181+
* @return the name of the underlying Wasm runtime.
182182
*/
183183
virtual std::string_view runtime() = 0;
184184

0 commit comments

Comments
 (0)