Typo fix
Changed "bsasic" to "basic" in the comments.
This commit is contained in:
parent
2545f62565
commit
20885f5914
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
WELCOME raylib EXAMPLES CONTRIBUTOR!
|
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
|
here there are some guidelines on how to create an example to be included in raylib
|
||||||
|
|
||||||
1. File naming: <module>_<description> - Lower case filename, words separated by underscore,
|
1. File naming: <module>_<description> - Lower case filename, words separated by underscore,
|
||||||
|
|
@ -95,4 +95,4 @@ int main()
|
||||||
//--------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user