From 61159e6831c7cf7e0d063c130686c5a033b156fe Mon Sep 17 00:00:00 2001 From: Magnus Hoff Date: Sat, 11 Apr 2020 13:09:45 +0200 Subject: [PATCH] [rs] Typo Remove extra word --- wgpu/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wgpu/README.md b/wgpu/README.md index f8ea76296c..89b99051f6 100644 --- a/wgpu/README.md +++ b/wgpu/README.md @@ -63,4 +63,4 @@ gfx-backend-dx12 = { path = "../gfx/src/backend/dx12" } gfx-hal = { path = "../gfx/src/hal" } ``` -If a version needs to be changed, you need to to do `cargo update -p gfx-backend-dx12`. +If a version needs to be changed, you need to do `cargo update -p gfx-backend-dx12`.