Remove unnecessary comma

This commit is contained in:
Héctor Ramón Jiménez 2019-10-23 02:47:05 +02:00
parent 1788d5d21e
commit ac611ab837

View file

@ -54,7 +54,7 @@ cargo build --example tour --target wasm32-unknown-unknown
wasm-bindgen ../target/wasm32-unknown-unknown/debug/examples/tour.wasm --out-dir tour --web
```
Finally, serve the `examples` directory using an HTTP server, and access the
Finally, serve the `examples` directory using an HTTP server and access the
`tour.html` file.
[`wasm-bindgen`]: https://github.com/rustwasm/wasm-bindgen