mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-19 16:54:08 +10:00
docs: spelling mistakes correction
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
|
||||
# Box Version Info Library
|
||||
|
||||
The box_version_info library simply provides version info about the current build of Box.
|
||||
@@ -13,15 +14,15 @@ import box_version_info as box_version_info; //can be aliased
|
||||
|
||||
### major
|
||||
|
||||
This variable is the major version number of Box at the time of compilation.
|
||||
This variable is the major version number of `Box` at the time of compilation.
|
||||
|
||||
### minor
|
||||
|
||||
This variable is the minor version number of Box at the time of compilation.
|
||||
This variable is the minor version number of `Box` at the time of compilation.
|
||||
|
||||
### patch
|
||||
|
||||
This variable is the patch version number of Box at the time of compilation.
|
||||
This variable is the patch version number of `Box` at the time of compilation.
|
||||
|
||||
### build
|
||||
|
||||
@@ -29,4 +30,6 @@ This variable is a string representing the date and time that the engine was com
|
||||
|
||||
### author
|
||||
|
||||
This variable contains the name of Box's lead author, and his game studio.
|
||||
This variable contains the name of `Box`'s lead author, and his game studio.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user