Skip to content

Commit 64a3b9f

Browse files
authored
README.md: Document expected use of lowerCamelCase (#1009)
* Document expected use of lowerCamelCase * upcase first letter of sentence, add the. Changes requested by @Insti
1 parent 3bf52f4 commit 64a3b9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ example, what kinds of implementation mistakes might this case help us find?
105105

106106
There are also some convention about `expected` that you must follow:
107107

108+
- All keys should follow the [lowerCamelCase](http://wiki.c2.com/?LowerCamelCase) convention.
108109
- if the input is valid but there is no result for the input, the value at `"expected"` should be `null`.
109110
- if an error is expected (because the input is invalid, or any other reason), the value at `"expected"` should be an object containing exactly one property, `"error"`, whose value is a string.
110111
- The string should explain why the error would occur.

0 commit comments

Comments
 (0)