File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ Triggers
122
122
123
123
.. versionadded :: 0.19.3
124
124
Note that as of version 0.19.3 and up, the entire way that triggers
125
- are dealt with by the underlying kOS CPU has be redesigned. In
125
+ are dealt with by the underlying kOS CPU has been redesigned. In
126
126
previous versions it was not possible to have a trigger that lasts
127
127
longer than one **physics tick **, leading to a lot of warnings in
128
128
this section of the documentation. Many of those warnings are now
Original file line number Diff line number Diff line change @@ -115,11 +115,11 @@ Initializer required in DECLARE
115
115
:::::::::::::::::::::::::::::::
116
116
117
117
.. versionadded :: 0.17
118
- The syntax without the initializer, looking like so::
118
+ The syntax without the initializer, looking like so::
119
119
120
- DECLARE x. // no initializer like "TO 1."
120
+ DECLARE x. // no initializer like "TO 1."
121
121
122
- is **no longer legal syntax **.
122
+ is **no longer legal syntax **.
123
123
124
124
Kerboscript now requires the use of the initializer clause (the "TO"
125
125
keyword) after the identifier name so as to make it impossible for
You can’t perform that action at this time.
0 commit comments