Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit 6be3768

Browse files
authored
Merge pull request #172 from Ephemera/patch-1
testing: fix typo
2 parents d40367c + 6cba16a commit 6be3768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/game-of-life/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Then, we call `tick` on the `input_universe`. Finally, we use the `assert_eq!`
119119
macro to call `get_cells()` to ensure that `input_universe` and
120120
`expected_universe` have the same `Cell` array values. We add the
121121
`#[wasm_bindgen_test]` attribute to our code block so we can test our
122-
Rust-generated WebAssembly code and use `wasm-build test` to test the
122+
Rust-generated WebAssembly code and use `wasm-pack test` to test the
123123
WebAssembly code.
124124

125125
```rust

0 commit comments

Comments
 (0)