Browse Source

grammar correction

content-update
Chris 3 years ago
parent
commit
4eeb6b93de
  1. 2
      subjects/ascii-art/audit/README.md
  2. 2
      subjects/ascii-art/color/audit.md
  3. 2
      subjects/ascii-art/fs/audit.md
  4. 2
      subjects/ascii-art/justify/audit.md
  5. 2
      subjects/ascii-art/output/audit.md

2
subjects/ascii-art/audit/README.md

@ -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

2
subjects/ascii-art/color/audit.md

@ -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?

2
subjects/ascii-art/fs/audit.md

@ -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?

2
subjects/ascii-art/justify/audit.md

@ -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?

2
subjects/ascii-art/output/audit.md

@ -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?

Loading…
Cancel
Save