Skip to content

Commit 21e6319

Browse files
authored
Merge pull request #230 from SirWumpus/rules_edits
2 parents f4ca994 + 8590902 commit 21e6319

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

next/rules.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ have a file size **greater than 0**.
126126

127127
Your submitted source code **MUST** be called `prog.c`. When the `Makefile`
128128
compiles your code, the executable (if applicable) **MUST** be called `prog`.
129-
The ``Makefile` may compile your source code into other filenames as well.
129+
The `Makefile` may compile your source code into other filenames as well.
130130

131131
As `prog`, `prog.alt`, `prog.alt.o`, `prog.o` may be created by your
132132
`Makefile`, your submission **MUST NOT** include those files in
@@ -172,7 +172,7 @@ Rule 5 Purity
172172
Your submission **MUST NOT** modify the filenames or content of any of
173173
your original submission, such as `prog.c`, `Makefile`, or any supplied
174174
data files. To modify files, your program can make a copy or you can
175-
use the Makefile to setup working copies. Any working copies **MUST** be
175+
use the `Makefile` to setup working copies. Any working copies **MUST** be
176176
cleaned up by the `Makefile` `clobber` target, so as to restore the
177177
directory to its original state.
178178

@@ -345,7 +345,7 @@ Rule 15 Building
345345
----------------
346346
347347
The `Makefile` **MUST** adhere to GNU Make file syntax. Its recommended
348-
that you copy and rename the `Makefile.example` as template. The primary
348+
that you copy and rename the `Makefile.example` as a template. The primary
349349
target of the `Makefile` **MUST** be `prog` and the source file is `prog.c`.
350350
The C compiler and preprocessor **MUST** be invoked using `${CC}` and `${CPP}`
351351
macros respectively.
@@ -414,7 +414,7 @@ current version of `chksubmit(1)`.
414414
415415
The `prog.c` file **MUST** pass the [Rule 2 Size](rules.html#rule-2-size)
416416
size checks performed by `iocccsize(1)`. The `Makefile` and `remarks.md` files cannot
417-
be empty. The `.auth.json` and `.info.json` files **MUST** be compatible with what
417+
be empty nor blank. The `.auth.json` and `.info.json` files **MUST** be compatible with what
418418
`mkiocccentry(1)` generates.
419419
420420
Submissions that package using older versions of the mkiocccentry
@@ -434,15 +434,15 @@ Rule 18 License
434434
435435
The entirety of your submission **MUST** be submitted under the following license:
436436
437-
[CC BY-SA 4.0 DEED Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/)
437+
[CC BY-SA 4.0 DEED Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/)
438438
439439
See [Rule 7 Original Work](rules.html#rule-7-original-work).
440440
441441
442442
Rule 19 Prime
443443
-------------
444444
445-
This 19th rule, while prime, is reserved for future abuse. :-)
445+
This 19th rule, while prime, is reserved for future abuse 😁.
446446
Additional rules, both humorous and otherwise, may be added
447447
below this rule in future contests.
448448

0 commit comments

Comments
 (0)