Skip to content

Commit 122759e

Browse files
committed
Fix writeOnly pitfall box
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent 0cd16f7 commit 122759e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/2020-12/meta-data/writeOnly.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ that makes it hard or even impossible to correctly locate these values without
5757
fully evaluating the schema against an instance. The only bullet proof method
5858
is through annotation collection.
5959

60-
For example, an instance property might only be read only under certain
60+
For example, an instance property might only be write only under certain
6161
conditions determined by a dynamic operator like [`anyOf`]({{< ref
6262
"2020-12/applicator/anyof" >}}).
6363

0 commit comments

Comments
 (0)