From 43fe83b7c681b56b47b17127d16673be36da83b2 Mon Sep 17 00:00:00 2001 From: Oli Wilkins Date: Sat, 12 Aug 2023 22:06:15 +0100 Subject: [PATCH] Example Comment Typo Fix (#9427) # Objective Fixes a typo in one of the comments in an example. ## Solution Fix the typo in the comment. --- examples/2d/2d_gizmos.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/2d/2d_gizmos.rs b/examples/2d/2d_gizmos.rs index da7a639ba0..59efe0ab75 100644 --- a/examples/2d/2d_gizmos.rs +++ b/examples/2d/2d_gizmos.rs @@ -50,7 +50,7 @@ fn system(mut gizmos: Gizmos, time: Res