From b9ec77c39a469310615de82ed97226db7cefba21 Mon Sep 17 00:00:00 2001 From: sreenivas alapati Date: Mon, 4 Sep 2017 14:33:06 +0530 Subject: [PATCH] improved small explanation --- menus/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menus/main.js b/menus/main.js index aac80cc..528fa31 100644 --- a/menus/main.js +++ b/menus/main.js @@ -2,7 +2,7 @@ const electron = require('electron'); const {app, BrowserWindow, Menu} = require('electron'); // Keep a global reference of the window object, if you don't, the window will -// be closed automatically when the javascript object is GCed. +// be closed automatically when the javascript object is garbage collected. let mainWindow; // Quit when all windows are closed.