Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix typos
  • Loading branch information
rubys committed Jul 26, 2018
commit ad6d493a48ae4f8b79c23cb382ba5a3372b34b32
4 changes: 2 additions & 2 deletions tools/doc/addon-verify.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
'use strict';

// doc/api/addons.md has a bunch of code. Extract it for verification
// that the c++ code complles and the js code runs.
// Add .gyp files which will be used to compile the c++ code.
// that the C++ code compiles and the js code runs.
// Add .gyp files which will be used to compile the C++ code.
// Modify the require paths in the js code to pull from the build tree.
// Triggered from the build-addons target in the Makefile and vcbuild.bat.

Expand Down