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.