From c6035297fbec0bc3f6ce8c6940853746d0130dfb Mon Sep 17 00:00:00 2001 From: Casper Weiss Bang Date: Mon, 26 Sep 2022 13:30:46 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ace1cad..0f320c6 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ public class TestClass ``` -## his means that a readonly variable can have different values for different constructors in the same class +## This means that a readonly variable can have different values for different constructors in the same class #### The readonly keyword is different from the const keyword. A const field can only be initialized at the declaration of the field.