grammar correction

This commit is contained in:
Chris 2021-12-09 14:08:18 +00:00
parent 7d96fb89fd
commit 4eeb6b93de
5 changed files with 5 additions and 5 deletions

View File

@ -276,7 +276,7 @@ __ _ _ _ _ _ _ _ __ _ __ __ _
###### +Are the tests checking each possible case?
###### +Is the output of the program well structured? The characters are correctly in line?
###### +Is the output of the program well structured? Are the characters are correctly in line?
#### Social

View File

@ -72,7 +72,7 @@ EX: go run . something --color=<color>
###### +Does the project run quickly and effectively (favoring of recursive, no unnecessary data requests, etc.)?
###### +Is the output of the program well structured? The characters are correctly in line?
###### +Is the output of the program well structured? Are the characters are correctly in line?
###### +Is there a test file for this code?

View File

@ -175,7 +175,7 @@ o-O-o o o-o o o o-o o o o | o o o--O $
###### +Does the project runs quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)?
###### +Is the output of the program well structured? The characters are correctly in line?
###### +Is the output of the program well structured? Are the characters are correctly in line?
###### +Is there a test file for this code?

View File

@ -82,7 +82,7 @@ EX: go run . something standard --align=right
###### +Does the project runs quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)?
###### +Is the output of the program well structured? The characters are correctly in line?
###### +Is the output of the program well structured? Are the characters are correctly in line?
###### +Is there a test file for this code?

View File

@ -180,7 +180,7 @@ $
###### +Does the project runs quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)?
###### +Is the output of the program well structured? The characters are correctly in line?
###### +Is the output of the program well structured? Are the characters are correctly in line?
###### +Is there a test file for this code?