Skip to content

Commit

Permalink
README*: some small fiiix
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasdr committed Nov 10, 2023
1 parent 4d770ab commit 431f950
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README-MiniScript.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Introduction to MiniScript language features:
- supports operators by operator to method mapping by a preprocessor run
- supports loops and conditions
- supports programming with classes style programming
- for built-in datatypes: null, boolean, integer, float, string, vector2, vector3, vector4, quaternion, matrix3x3, matrix4x4, transform, array, map and set
- for built-in datatypes: string, vector2, vector3, vector4, quaternion, matrix3x3, matrix4x4, transform, array, map and set
- for script classes/objects
- for custom data types
- supports event like programming
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
- supports operators by operator to method mapping by a preprocessor run
- supports loops and conditions
- supports programming with classes style programming
- for built-in datatypes: null, boolean, integer, float, string, vector2, vector3, vector4, quaternion, matrix3x3, matrix4x4, transform, array, map and set
- for built-in datatypes: string, vector2, vector3, vector4, quaternion, matrix3x3, matrix4x4, transform, array, map and set
- for script classes/objects
- for custom data types
- supports event like programming
Expand Down

0 comments on commit 431f950

Please sign in to comment.