typo's and conventions
authorMart Lubbers <mart@martlubbers.net>
Wed, 12 Jul 2017 18:33:11 +0000 (20:33 +0200)
committerMart Lubbers <mart@martlubbers.net>
Wed, 12 Jul 2017 18:33:11 +0000 (20:33 +0200)
arch.devices.tex
intro.intro.tex

index 42f843c..16e2a50 100644 (file)
@@ -37,10 +37,10 @@ only took about an hour.
 
                This does not only include \gls{Arduino} compatible boards but also
                other boards capable of running \gls{Arduino} code. A port of the
-               client has been made for the \texttt{ESP8266} powered \emph{NodeMCU}
+               client has been made for the \textsc{ESP8266} powered \textsc{NodeMCU}
                that is connected via \gls{TCP} over WiFi. A port also has been made
-               for the regular \gls{Arduino} \emph{Uno} board which only boasts a
-               meager \emph{2KB} RAM. The stack size and storage available % chktex 13
+               for the regular \gls{Arduino} Uno board which only boasts a
+               meager \emph{2K} RAM. The stack size and storage available % chktex 13
                for devices boasting this little RAM has to be smaller than default
                but are still suitable to hold a hand full of \glspl{Task}.
 \end{itemize}
index 6d264e9..7a9bae4 100644 (file)
@@ -60,6 +60,6 @@ the language.
 
 \Gls{iTasks} has proven to be useful in many fields of operation such as
 incident management~\cite{lijnse_top_2013}. \Gls{iTasks} is highly type driven
-and depends heavily on generic function for generating function for arbitrarily
-given types. This results in the programmer having to do very little
-programming on the details such as user interfaces.
+and depends heavily on generic functions for generating function for
+the given types. This results in the programmer having to do very little
+implementation work on details such as user interfaces.