Skip to content

Commit 08bc6cd

Browse files
authored
Fix description of mainSymbol in CONTRIBUTING.md (math-comp#1592)
1 parent 6302407 commit 08bc6cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Or in the presence of a property denoted by an n-ary or unary predicate:
110110
- `mainSymbol_unaryPredicate`
111111

112112
Where:
113-
- `mainSymbol` is the most meaningful part of the lemma. It generally is the head symbol of the right-hand side of an equation or the head symbol of a theorem. It can also simply be the main object of study, head symbol or not. It is usually either:
113+
- `mainSymbol` is the most meaningful part of the lemma. It generally is the head symbol of the left-hand side of an equation or the head symbol of a theorem. It can also simply be the main object of study, head symbol or not. It is usually either:
114114
+ one of the main symbols of the theory at hand (e.g., it will be `opp`, `add`, `mul`, etc.) or
115115
+ a special "canonical" operation, such as a ring morphism or a
116116
subtype predicate (e.g. `linear`, `raddf`, `rmorph`, `rpred`, etc.)

0 commit comments

Comments
 (0)