From 0e4beaa5e311a26b996e69b7005032949cb21d59 Mon Sep 17 00:00:00 2001
From: pmcg <34006725+mcgurrgurr@users.noreply.github.com>
Date: Sun, 20 Oct 2019 10:15:04 -0400
Subject: [PATCH] Update manuscript.md

---
 manuscript.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/manuscript.md b/manuscript.md
index 66b0b69..99062b4 100644
--- a/manuscript.md
+++ b/manuscript.md
@@ -39,10 +39,10 @@ Before analysis of the user input, we query and analyze a number of available te
 
 | Text Source | Mean Complexity | Description |
 |----------|----------|:-------------:|
-| Upgoer 5                            | 6   | a library using only the 10,000 most commonly occurring English words |
-| Wikipedia                               | 14.9 | a free, popular, crowdsourced encyclopedia   |
+| Upgoer 5                            | 6   | library using only the 10,000 most commonly occurring English words |
+| Wikipedia                               | 14.9 | free, popular, crowdsourced encyclopedia   |
 | Post-Modern Essay Generator (PMEG)  | 16.5 | generates output consisting of sentences that obey the rules of written English, but without restraints on the semantic conceptual references   |
-| Art Corpus                       | 18.68  | a library of scientific papers published in The Royal Society of Chemistry |
+| Art Corpus                       | 18.68  | library of scientific papers published in The Royal Society of Chemistry |
 
 The author's name entered by the user is queried through Google Scholar, returning the results from articles containing the author's name. The Flesch-Kincaid readability score is then calculated for each of these articles.
 
-- 
GitLab