Fix a typo for typescript bindings

This commit is contained in:
Alex Crichton 2018-02-08 10:22:54 -08:00
parent 29771b574c
commit f49be45a92

View File

@ -249,7 +249,7 @@ impl<'a> Context<'a> {
ts_dst.push_str("free(): void;\n");
dst.push_str(&exports.contents);
ts_dst.push_str(&exports.contents);
ts_dst.push_str(&exports.typescript);
dst.push_str("}\n");
ts_dst.push_str("}\n");