diff options
Diffstat (limited to 'src/GF/Speech/GrammarToVoiceXML.hs')
| -rw-r--r-- | src/GF/Speech/GrammarToVoiceXML.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/Speech/GrammarToVoiceXML.hs b/src/GF/Speech/GrammarToVoiceXML.hs index b48af5a57..2924f0513 100644 --- a/src/GF/Speech/GrammarToVoiceXML.hs +++ b/src/GF/Speech/GrammarToVoiceXML.hs @@ -161,7 +161,7 @@ fun2sub gr cat fun args = [param "old" v, filled [] [assign v (s++".term")]] where s = prid fun ++ "_" ++ show n - v = "term.children["++show n++"]" + v = "term.args["++show n++"]" catFormId :: VIdent -> String catFormId c = prid c ++ "_cat" |
