# HG changeset patch # User Ludovic Chabant # Date 1692034941 25200 # Node ID 16d304d586b1b37765d95018d31a569c2e1c049f # Parent 42ff65e35f4fd81c63cd4d76829a7f06796e4005 Fix comment typo. diff -r 42ff65e35f4f -r 16d304d586b1 src/main.ts --- a/src/main.ts Mon Aug 14 10:42:04 2023 -0700 +++ b/src/main.ts Mon Aug 14 10:42:21 2023 -0700 @@ -300,7 +300,7 @@ }; this.data.rememberedFiles[file.path] = newFileState; - // If we need to keep the number remembered files under a maximum, + // If we need to keep the number of remembered files under a maximum, // do it now. this.forgetExcessFiles(); }