Browse Source

Grammar fix

Doprez 1 year ago
parent
commit
316fb61f43
1 changed files with 2 additions and 2 deletions
  1. 2 2
      en/manual/graphics/effects-and-shaders/index.md

+ 2 - 2
en/manual/graphics/effects-and-shaders/index.md

@@ -30,8 +30,8 @@ Stride shaders are converted automatically to the target graphics platform — e
 
 For mobile platforms, shaders are optimized by a GLSL optimizer to improve performance.
 
->[!NOTE]
->converting to OpenGL Compute shaders are not supported in SDSL yet.
+> [!NOTE]
+> Converting to OpenGL Compute shaders are not supported in SDSL yet.
 
 ## In this section