Skip to content

Commit 5458b49

Browse files
committed
formatting problem discovered when doing doc generation
1 parent fdd3e33 commit 5458b49

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/source/general/cpu_hardware.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Triggers
122122

123123
.. versionadded:: 0.19.3
124124
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
126126
previous versions it was not possible to have a trigger that lasts
127127
longer than one **physics tick**, leading to a lot of warnings in
128128
this section of the documentation. Many of those warnings are now

doc/source/language/variables.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,11 @@ Initializer required in DECLARE
115115
:::::::::::::::::::::::::::::::
116116

117117
.. versionadded:: 0.17
118-
The syntax without the initializer, looking like so::
118+
The syntax without the initializer, looking like so::
119119

120-
DECLARE x. // no initializer like "TO 1."
120+
DECLARE x. // no initializer like "TO 1."
121121

122-
is **no longer legal syntax**.
122+
is **no longer legal syntax**.
123123

124124
Kerboscript now requires the use of the initializer clause (the "TO"
125125
keyword) after the identifier name so as to make it impossible for

0 commit comments

Comments
 (0)