Skip to content

Commit

Permalink
formatting problem discovered when doing doc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunbaratu committed Apr 4, 2016
1 parent fdd3e33 commit 5458b49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/source/general/cpu_hardware.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Triggers

.. versionadded:: 0.19.3
Note that as of version 0.19.3 and up, the entire way that triggers
are dealt with by the underlying kOS CPU has be redesigned. In
are dealt with by the underlying kOS CPU has been redesigned. In
previous versions it was not possible to have a trigger that lasts
longer than one **physics tick**, leading to a lot of warnings in
this section of the documentation. Many of those warnings are now
Expand Down
6 changes: 3 additions & 3 deletions doc/source/language/variables.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,11 @@ Initializer required in DECLARE
:::::::::::::::::::::::::::::::

.. versionadded:: 0.17
The syntax without the initializer, looking like so::
The syntax without the initializer, looking like so::

DECLARE x. // no initializer like "TO 1."
DECLARE x. // no initializer like "TO 1."

is **no longer legal syntax**.
is **no longer legal syntax**.

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

0 comments on commit 5458b49

Please sign in to comment.