From f6f7620e61d11035e072e90461955795d17d46c8 Mon Sep 17 00:00:00 2001 From: "3m5.Danny Spina" Date: Mon, 9 Mar 2020 14:12:24 +0100 Subject: [PATCH] Fix comment --- src/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/index.js b/src/index.js index e17a1f1..2dfe7ef 100755 --- a/src/index.js +++ b/src/index.js @@ -129,8 +129,7 @@ ipcRenderer.on('cycleNumber', (event, value) => { cycle = 3 } - // https://support.apple.com/en-us/HT201585 600 is the average value of all models - // 1000 is the max cycle number of the best laptop, so over 1000 is for all models too much + // https://support.apple.com/en-us/HT201585 for the last models (afetr 2008-2009) the max limit is 1000 cycles }) ipcRenderer.on('remaining', (event, value) => {