From 5458b49e42c4d823e02dd1eb7019d0701c6624df Mon Sep 17 00:00:00 2001 From: Dunbaratu Date: Mon, 4 Apr 2016 19:22:19 -0400 Subject: [PATCH] formatting problem discovered when doing doc generation --- doc/source/general/cpu_hardware.rst | 2 +- doc/source/language/variables.rst | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/general/cpu_hardware.rst b/doc/source/general/cpu_hardware.rst index 15a612028..779ab41b9 100644 --- a/doc/source/general/cpu_hardware.rst +++ b/doc/source/general/cpu_hardware.rst @@ -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 diff --git a/doc/source/language/variables.rst b/doc/source/language/variables.rst index 3e0f6aa8e..46d3572ea 100644 --- a/doc/source/language/variables.rst +++ b/doc/source/language/variables.rst @@ -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