From 500ba962d17853bdef7aed49b150dbe3f45692e9 Mon Sep 17 00:00:00 2001 From: rustrover Date: Sat, 9 Mar 2024 15:26:37 +0800 Subject: fix some comments Signed-off-by: rustrover --- examples/integration/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/integration/README.md') diff --git a/examples/integration/README.md b/examples/integration/README.md index 996cdc17..aa3a6e94 100644 --- a/examples/integration/README.md +++ b/examples/integration/README.md @@ -14,7 +14,7 @@ cargo run --package integration_wgpu ``` ### How to run this example with WebGL backend -NOTE: Currently, WebGL backend is is still experimental, so expect bugs. +NOTE: Currently, WebGL backend is still experimental, so expect bugs. ```sh # 0. Install prerequisites -- cgit