Index: doc/theses/jiada_liang_MMath/conclusion.tex
===================================================================
--- doc/theses/jiada_liang_MMath/conclusion.tex	(revision c329bca192e3e993cdbb83dc4eb98017385e7e81)
+++ doc/theses/jiada_liang_MMath/conclusion.tex	(revision b9b8643e3a9b6960fb9a4f22ad808eb4a280d5b3)
@@ -13,5 +13,5 @@
 Enumeration traits define the meaning of an enumeration, allowing functions to be written that work on any enumeration, such as the reading and printing of an enumeration.
 With advanced structural typing, C enumerations can be extended so they work with all of the enumeration features, providing for legacy C code to be moved forward into the modern \CFA programming domain.
-Finally, the \CFA project's test suite has been expanded with multiple enumeration features tests with respect to implicit conversions, control structures, inheritance, interaction with the polymorphic types, and the features built on top of enumeration traits.
+Finally, the \CFA project's test suite has been expanded with multiple enumeration feature tests with respect to implicit conversions, control structures, inheritance, interaction with the polymorphic types, and the features built on top of enumeration traits.
 These tests ensure future \CFA work does not accidentally break the new enumeration system.
 
Index: doc/theses/jiada_liang_MMath/relatedwork.tex
===================================================================
--- doc/theses/jiada_liang_MMath/relatedwork.tex	(revision c329bca192e3e993cdbb83dc4eb98017385e7e81)
+++ doc/theses/jiada_liang_MMath/relatedwork.tex	(revision b9b8643e3a9b6960fb9a4f22ad808eb4a280d5b3)
@@ -559,5 +559,5 @@
 \end{Go}
 Typing the first constant and implicit initializing is still not an enumeration because there is no unique type for the constant block;
-Nothing stops other constant blocks from being of the same type. 
+nothing stops other constant blocks from being of the same type. 
 
 Each @const@ declaration provides an implicit \emph{compile-time} integer counter starting at @0@, called \lstinline[language=Go]{iota}, which is post-incremented after each constant declaration.
