From 9a6f1ce416939a9ec2bb99d4cc75ddd77f730505 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Val=C3=A9ry?= Date: Thu, 2 Jul 2015 12:06:51 +0200 Subject: [PATCH] comma PR-URL: https://github.com/joyent/node/pull/25811 Reviewed-By: James M Snell --- doc/api/vm.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/vm.markdown b/doc/api/vm.markdown index b1453249ec0..5a72c9dc776 100644 --- a/doc/api/vm.markdown +++ b/doc/api/vm.markdown @@ -117,7 +117,7 @@ Example: compile and execute code that increments a global variable and sets a new one. These globals are contained in the sandbox. var util = require('util'); - var vm = require('vm'), + var vm = require('vm'); var sandbox = { animal: 'cat',