Skip to content

Commit fc32273

Browse files
authored
Fix typo (work->worth) in CONTRIBUTING.md (#43)
Also, change "Why" to "Why not" which seems to read better and/or be more clear/accurate.
1 parent 24947d0 commit fc32273

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ongoing changes to our processes or metamath proof databases (especially
1010
those in the https://github.com/metamath/set.mm repository), we do not
1111
encourage developing significant new functionality in metamath-exe.
1212

13-
Why? metamath.exe is the oldest of the metamath tools and is showing its
13+
Why not? metamath.exe is the oldest of the metamath tools and is showing its
1414
age in a lot of ways including that C is probably not the language that
1515
anyone would choose for this kind of code today.
1616

@@ -56,7 +56,7 @@ We would like to have our code usable by the
5656
described on that page it supports almost full C11, so this isn't
5757
a big constraint). We think other compilers people are using probably
5858
support C11 but if you want to use a feature not found in C99
59-
this might be work asking about in your pull request description.
59+
this might be worth asking about in your pull request description.
6060

6161
Some existing parts of metamath-exe have commented out code as a way of
6262
showing alternative possibilities or old versions of the code. Now that

0 commit comments

Comments
 (0)