Commit 49ff918
committed
docs: fix double-negative in comment in condition.go
The comment '// Error message for the case not all condition was not met'
contained a double-negative ('not ... not met') making it confusing.
Also fix 'condition' (singular) to 'conditions' (plural) for clarity.
New comment: '// Error message for when not all conditions are met'
Closes #2025
Signed-off-by: Cocoon-Break <[email protected]>1 parent 81369ff commit 49ff918
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments