diff options
Diffstat (limited to 'examples/query/LexQuery.gf')
| -rw-r--r-- | examples/query/LexQuery.gf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/query/LexQuery.gf b/examples/query/LexQuery.gf index 9bbb67949..83bfeeaef 100644 --- a/examples/query/LexQuery.gf +++ b/examples/query/LexQuery.gf @@ -2,7 +2,7 @@ interface LexQuery = open Syntax in { oper located_A : A ; - give_V3 : V3 ; + giveMe : NP -> VP ; know_V2 : V2 ; -- structural words |
