Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class TestClass

```

## his means that a readonly variable can have different values for different constructors in the same class</h2>
## This means that a readonly variable can have different values for different constructors in the same class</h2>


#### The readonly keyword is different from the const keyword. A const field can only be initialized at the declaration of the field.
Expand Down