Skip to content

Commit

Permalink
Fix typo in Scripting.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyp committed Mar 23, 2020
1 parent 730af8b commit 0d818ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Scripting.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ for (var i = 0; i < droidlist.length; i++)
The above code gets a list of all your construction droids, and iterates over them one by one.

The droid object that you receive here has multiple properties that can be accessed to learn more about it.
These propertie are read-only, and cannot be changed. In fact, objects that you get are just a copies of
These properties are read-only, and cannot be changed. In fact, objects that you get are just copies of
game state, and do not give any access to changing the game state itself.

Any value written in ALL_CAPS_WITH_UNDERSCORES are enums, special read-only constants defined by the
Expand Down

0 comments on commit 0d818ec

Please sign in to comment.