summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'content/fate_v1/declarations/events/_index.md')
-rw-r--r--content/fate_v1/declarations/events/_index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/fate_v1/declarations/events/_index.md b/content/fate_v1/declarations/events/_index.md
index 5493cd7..0c00d52 100644
--- a/content/fate_v1/declarations/events/_index.md
+++ b/content/fate_v1/declarations/events/_index.md
@@ -12,7 +12,7 @@ event type must be declared before use.
`[C0]`, ..., `[CN]` can be used.
## Examples
-* `(declare_event_type user_string_input rich_text (ptr string))`
+* `(declare_event_type user_string_input text (ptr string))`
* `(declare_event_type wait int)`
* `(declare_event_type set_background_to string)`
* `(declare_event_type rumble)`