From 2e41bed96d396908033dbf4bb776daa1753d8971 Mon Sep 17 00:00:00 2001 From: Mike Date: Mon, 6 Nov 2017 13:35:42 -0700 Subject: [PATCH] Markdown/typo fix --- docs/texture.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/texture.md b/docs/texture.md index 4d2e1a7..75f487d 100644 --- a/docs/texture.md +++ b/docs/texture.md @@ -3,11 +3,10 @@ Texture Texture class provide helpers for TEXTURE_2D textures: - uploading from image, canvas, video, or data - filtering and wrapping -It support any kind of pixel formats (RGB, RGBA, LUMINANCE etc) -and any kind of pixel type (UNSIGNED_BYTE, FLOAT etc) +It supports any kind of pixel formats (RGB, RGBA, LUMINANCE etc), and any kind of pixel type (UNSIGNED_BYTE, FLOAT etc) -##exemples +## Examples ##### Texture creation