Skip to content

Commit

Permalink
fix r static method call copy paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
karlnapf committed Jun 7, 2016
1 parent bf15b80 commit 561e030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/meta/generator/targets/r.json
Expand Up @@ -18,7 +18,7 @@
},
"NumberLiteral": "$number",
"MethodCall": "$object$$$method($arguments)",
"StaticCall": "$type$$$$method($arguments)",
"StaticCall": "$type$$$method($arguments)",
"Identifier": "$identifier",
"Enum":"\"$value\""
},
Expand Down

0 comments on commit 561e030

Please sign in to comment.