We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dad8cdc commit 56d6325Copy full SHA for 56d6325
exec.js
@@ -1,5 +1,5 @@
1
2
-// Example 02: Creating child process with exec() Module
+// Example: Creating child process with exec() Module
3
var exec = require('child_process').exec;
4
5
exec('git version', function(err, stdout) {
0 commit comments