cmark

My personal build of CMark ✏️

Commit
6c349ea389f852484b7c459bb8412720ef5ac7bf
Parent
b2befa48e38a9738c97501e180d1296e3323b4a9
Author
John MacFarlane <jgm@berkeley.edu>
Date

Merge pull request #235 from coder543/patch-1

Update benchmarks.md

Diffstat

1 file changed, 1 insertion, 1 deletion

Status File Name N° Changes Insertions Deletions
Modified benchmarks.md 2 1 1
diff --git a/benchmarks.md b/benchmarks.md
@@ -27,7 +27,7 @@ Git*](https://github.com/progit/progit/tree/master/en) by Scott Chacon.
 time is the *difference* between the time to run the program
 with the benchmark input and the time to run it with no input.
 (This procedure ensures that implementations in dynamic languages are
-not prenalized by startup time.) A median of ten runs is taken.  The
+not penalized by startup time.) A median of ten runs is taken.  The
 process is reniced to a high priority so that the system doesn't
 interrupt runs.