From c60db27762ff9cc16529e069c3c15f2fa898f994 Mon Sep 17 00:00:00 2001 From: Tosiekdev <92332506+Tosiekdev@users.noreply.github.com> Date: Thu, 26 Oct 2023 01:20:28 +0200 Subject: [PATCH] Fixed misspelled word 'from' --- doc/html/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/html/index.html b/doc/html/index.html index 5b905c1..9f97b8b 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -114,7 +114,7 @@ Problem

- Suppose we want to read a parameter form a config file which represents some + Suppose we want to read a parameter from a config file which represents some integral value, let's call it "MaxValue". It is possible that this parameter is not specified; such situation is no error. It is valid to not specify the parameter and in that case the program is supposed