Skip to content

Commit f6e0500

Browse files
committed
fix: misspelling on MetaType
1 parent 4a41918 commit f6e0500

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NativeScript/runtime/ArgConverter.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@
341341
tns::SetValue(isolate, thiz, wrapper);
342342
std::shared_ptr<Persistent<Value>> poThiz = ObjectManager::Register(context, thiz);
343343
cache->Instances.emplace(result, poThiz);
344-
// [result retain];
344+
[result retain];
345345
}
346346
}
347347

NativeScript/runtime/Metadata.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ struct Meta {
584584
case Vector:
585585
return "Vector";
586586
default:
587-
return "Unknwon";
587+
return "Unknown";
588588
}
589589
}
590590

0 commit comments

Comments
 (0)