From aebff7468e20ab95d4bd8ef6dd7ff26db9ab097e Mon Sep 17 00:00:00 2001 From: Greeble <166992735+greeble-dev@users.noreply.github.com> Date: Wed, 26 Mar 2025 11:20:11 +0000 Subject: [PATCH] Typos. --- examples/stress_tests/many_morph_targets.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/stress_tests/many_morph_targets.rs b/examples/stress_tests/many_morph_targets.rs index 412fb52af1..dcf3c23211 100644 --- a/examples/stress_tests/many_morph_targets.rs +++ b/examples/stress_tests/many_morph_targets.rs @@ -21,7 +21,7 @@ enum ArgWeights { /// Set all the weights to one. One, - /// Set all the weights to zero, minimising vertex shader cost. + /// Set all the weights to zero, minimizing vertex shader cost. Zero, /// Set all the weights to a very small value, so the pixel shader cost @@ -49,7 +49,7 @@ enum ArgCamera { /// Keep all the meshes in view and at a reasonable size. Default, - /// Zoom far out. This is used to reduce pixel shader costs and so emphasise + /// Zoom far out. This is used to reduce pixel shader costs and so emphasize /// vertex shader costs. Far, }