summaryrefslogtreecommitdiff
path: root/USAGE.md
diff options
context:
space:
mode:
Diffstat (limited to 'USAGE.md')
-rw-r--r--USAGE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/USAGE.md b/USAGE.md
index 00cf2b9..9b4a557 100644
--- a/USAGE.md
+++ b/USAGE.md
@@ -34,7 +34,7 @@ The IDL grammar is described in the grammar file (see qface/parser/idl/T.g4)
interface <identifier> {
(readonly) <type> <property>;
<type> <operation>([type name]);
- event <type> <operation>([type name]);
+ signal <signal>([type name]);
list<type> <property>;
model<type> <property>;
}