Skip to content

Commit a7e2177

Browse files
authored
Coding_Convention: clarify: none return is allowed
returning void is allowed changed Any to Every and clarify the message
1 parent 9c78a45 commit a7e2177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CODING_CONVENTIONS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797

9898
## Return values
9999

100-
* Any function must return one of the following values:
100+
* Every function must return one of the following values or none (void):
101101
* logical value (zero or not zero)
102102
* an error code (given as a negative number or zero) or a positive status
103103
value

0 commit comments

Comments
 (0)