From 3ac2c75b6fd57badf470c0f42f3ced36c14b2bd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Noord?= <13665637+DanielNoord@users.noreply.github.com> Date: Mon, 5 Jul 2021 15:32:33 +0200 Subject: [PATCH] Fixed annotation --- src/Disp/MenuSections/Info/InfoPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Disp/MenuSections/Info/InfoPage.js b/src/Disp/MenuSections/Info/InfoPage.js index 84fd056..1e6c932 100644 --- a/src/Disp/MenuSections/Info/InfoPage.js +++ b/src/Disp/MenuSections/Info/InfoPage.js @@ -5,7 +5,7 @@ import { CMOptions } from '../../../Config/VariablesAndData'; import { LatestReleaseNotes, ModDescription } from '../../../Data/Moddata.ts'; /** - * This function adds stats created by CookieMonster to the stats page + * This function adds info about by CookieMonster to the info page * @param {object} title On object that includes the title of the menu */ export default function AddMenuInfo(title) {