Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit 2353ce6

Browse files
committed
Adds plural s
1 parent 04d45fb commit 2353ce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Currently, the following languages/frameworks are supported:
4040
- all model inputs in `__new__`
4141
- accessing properties in object instances so some_val in some_val = some_inst['someKey'] will have the correct type hint
4242
- accessing array items in array instances so some_val in some_val = array_inst[0] will have the correct type hint
43-
- endpoint inputs + response
43+
- endpoint inputs + responses
4444
- Format support for: int32, int64, float, double, binary, date, datetime, uuid
4545
- Invalid (in python) property names supported like from, 1var, hi-there etc in
4646
- schema property names

0 commit comments

Comments
 (0)