浏览代码

Update nodejs_web_app.rst

Rajat Pandit 11 年之前
父节点
当前提交
3c36f82f18
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/sources/examples/nodejs_web_app.rst

+ 1 - 1
docs/sources/examples/nodejs_web_app.rst

@@ -50,7 +50,7 @@ Then, create an ``index.js`` file that defines a web app using the
       res.send('Hello World\n');
     });
 
-    app.listen(PORT)
+    app.listen(PORT);
     console.log('Running on http://localhost:' + PORT);