Skip to content

Commit

Permalink
Fixed punctionation in info
Browse files Browse the repository at this point in the history
  • Loading branch information
jclaar4 committed Mar 3, 2020
1 parent 57e8a2a commit e8e873f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions info.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const std::string_view help_str =

" Some objects can contain other objects.Many such containers can\n"
"be opened and closed. The rest are always open. They may or may\n"
"not be transparent. For you to access (e.g., take) an object\n"
"not be transparent. For you to access(e.g., take) an object\n"
"which is in a container, the container must be open. For you\n"
"to see such an object, the container must be either open or\n"
"transparent. Containers have a capacity, and objects have sizes;\n"
Expand All @@ -82,7 +82,7 @@ const std::string_view help_str =
"Command parser:\n\n"
" A command is one line of text terminated by a carriage return.\n"
"For reasons of simplicity, all words are distinguished by their\n"
"first six letters. All others are ignored. For example, typing\n"
"first five letters. All others are ignored. For example, typing\n"
"'DISASSEMBLE THE ENCYCLOPEDIA' is not only meaningless, it also\n"
"creates excess effort for your fingers. Note that this trunca-\n"
"tion may produce ambiguities in the interpretation of longer words.\n\n"
Expand All @@ -95,7 +95,7 @@ const std::string_view help_str =

" Directions:\n"
" NORTH, SOUTH, UP, DOWN, etc. and their various abbreviations.\n"
" Other more obscure directions (LAND, CROSS) are appropriate in\n"
" Other more obscure directions(LAND, CROSS) are appropriate in\n"
" only certain situations.\n\n"
" Objects:\n"
" Most objects have names and can be referenced by them.\n\n"
Expand All @@ -112,7 +112,7 @@ const std::string_view help_str =
" WITH DEMON' won't parse.\n\n"
" Sentences:\n"
" The parser understands a reasonable number of syntactic construc-\n"
" tions. In particular, multiple commands (separated by periods)\n"
" tions. In particular, multiple commands(separated by periods)\n"
" can be placed on the same line.\n\n"
" Ambiguity:\n"
" The parser tries to be clever about what to do in the case of\n"
Expand Down

0 comments on commit e8e873f

Please sign in to comment.