Skip to content

Commit ee9ef05

Browse files
vmorozmhdawson
andcommitted
Update test/embedding/embedtest_concurrent_node_api.cc
Co-authored-by: Michael Dawson <mdawson@devrus.com>
1 parent f05a795 commit ee9ef05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/embedding/embedtest_concurrent_node_api.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ extern "C" int32_t test_main_concurrent_node_api(int32_t argc, char* argv[]) {
6666
return 0;
6767
}
6868

69-
// We can use multiple environments at the same thread.
69+
// We can use multiple environments on the same thread.
7070
// For each use we must open and close the environment scope.
7171
extern "C" int32_t test_main_multi_env_node_api(int32_t argc, char* argv[]) {
7272
CHECK(node_api_initialize_platform(argc,

0 commit comments

Comments
 (0)