Skip to content

Commit c6196bc

Browse files
committed
doc: fix typo in embedding.md
Signed-off-by: greenhead <shren0812@gmail.com>
1 parent 8a3b11c commit c6196bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/embedding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ int RunNodeInstance(MultiIsolatePlatform* platform,
115115
const std::vector<std::string>& exec_args) {
116116
int exit_code = 0;
117117
118-
// Setup up a libuv event loop, v8::Isolate, and Node.js Environment.
118+
// Set up a libuv event loop, v8::Isolate, and Node.js Environment.
119119
std::vector<std::string> errors;
120120
std::unique_ptr<CommonEnvironmentSetup> setup =
121121
CommonEnvironmentSetup::Create(platform, &errors, args, exec_args);

0 commit comments

Comments
 (0)