From a3bd06a5e6cf07854dd757dd97c5a0292f8ea0a3 Mon Sep 17 00:00:00 2001 From: Vse Mozhet Byt Date: Sun, 29 Apr 2018 12:49:56 +0300 Subject: doc: remove redundant empty lines PR-URL: https://github.com/nodejs/node/pull/20398 Reviewed-By: Gireesh Punathil Reviewed-By: Ruben Bridgewater --- doc/api/modules.md | 1 - 1 file changed, 1 deletion(-) (limited to 'doc/api/modules.md') diff --git a/doc/api/modules.md b/doc/api/modules.md index 20fb5fab02..92250544e0 100644 --- a/doc/api/modules.md +++ b/doc/api/modules.md @@ -729,7 +729,6 @@ a.on('ready', () => { }); ``` - Note that assignment to `module.exports` must be done immediately. It cannot be done in any callbacks. This does not work: -- cgit v1.2.3