From 20885f5914c196d631041af65ad618b9cce55e4a Mon Sep 17 00:00:00 2001 From: Gianni Alessandroni <45824238+NotManyIdeasDev@users.noreply.github.com> Date: Sun, 9 May 2021 14:01:01 +0200 Subject: [PATCH] Typo fix Changed "bsasic" to "basic" in the comments. --- examples/examples_template.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/examples_template.c b/examples/examples_template.c index 296a2a228..8dc31706d 100644 --- a/examples/examples_template.c +++ b/examples/examples_template.c @@ -1,7 +1,7 @@ /* WELCOME raylib EXAMPLES CONTRIBUTOR! - This is a bsasic template to anyone ready to contribute with some code example for the library, + This is a basic template to anyone ready to contribute with some code example for the library, here there are some guidelines on how to create an example to be included in raylib 1. File naming: _ - Lower case filename, words separated by underscore, @@ -95,4 +95,4 @@ int main() //-------------------------------------------------------------------------------------- return 0; -} \ No newline at end of file +}