Skip to content

Commit e9d229d

Browse files
committed
Update comment 2
1 parent 6909f55 commit e9d229d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/JsRuntime/InternalInclude/Babylon/JsRuntimeScheduler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ namespace Babylon
1818
// to pump this dispatcher in its destructor to prevent deadlocks.
1919
//
2020
// The typical pattern for an arcana task will look something like this:
21-
// class MyClass : public ObjectWrap<MyClass>
21+
// class MyClass : public Napi::ObjectWrap<MyClass>
2222
// {
2323
// public:
2424
// ~MyClass()

0 commit comments

Comments
 (0)