Skip to content

Commit

Permalink
Corrected example property name
Browse files Browse the repository at this point in the history
  • Loading branch information
QuazChick committed Jan 10, 2025
1 parent 2b1a262 commit 67f3cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/entities/entity-properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ With entity events, you may set the entity property to a value with the `set_pro
"set_property": {
"wiki:integer_property_example": 2,
"wiki:enum_property_example": "second",
"wiki:boolean_property_example": "!q.property('wiki:boolean_enum_example')"
"wiki:boolean_property_example": "!q.property('wiki:bool_property_example')"
}
}
```
Expand Down

0 comments on commit 67f3cdb

Please sign in to comment.