Fix comment for running example fib-debug (#1814)

This commit is contained in:
Hiroki Noda
2020-06-04 06:17:48 +09:00
committed by GitHub
parent 5078e4eba2
commit 8701645493

View File

@@ -5,7 +5,7 @@
// To execute this example you'll need to run two commands: // To execute this example you'll need to run two commands:
// //
// cargo build -p example-fib-wasm --target wasm32-unknown-unknown // cargo build -p example-fib-debug-wasm --target wasm32-unknown-unknown
// cargo run --example fib-debug // cargo run --example fib-debug
use anyhow::Result; use anyhow::Result;