diff --git a/raylib-generic-uber-shader-and-custom-shaders.md b/raylib-generic-uber-shader-and-custom-shaders.md index 64a295b..413b018 100644 --- a/raylib-generic-uber-shader-and-custom-shaders.md +++ b/raylib-generic-uber-shader-and-custom-shaders.md @@ -90,7 +90,7 @@ typedef struct Material { } Material; ``` -Material supports by default a number of maps (texture and properties) that can be accessed for convenience using the provided values: +By default, `Material` supports a number of maps (texture and properties) that can be accessed for convenience using the provided values: ```c // Material map type