Skip to content

Commit

Permalink
update intent writeability in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsdennis committed Jun 18, 2021
1 parent 18f28c2 commit 9449ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs_source/usage/schema-generation.md
Expand Up @@ -186,7 +186,7 @@ Most intents are pretty simple to implement. Here's the `TypeIntent` from above
```c#
public class TypeIntent : ISchemaKeywordIntent
{
public SchemaValueType Type { get; }
public SchemaValueType Type { get; set; }

public TypeIntent(SchemaValueType type)
{
Expand Down

0 comments on commit 9449ac3

Please sign in to comment.