You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/csharp/language-reference/keywords/class.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ Accessing private members of `Child` from `Main` would only be possible if `Main
89
89
90
90
Types declared inside a class without an access modifier default to `private`, so the data members in this example would still be `private` if the keyword were removed.
91
91
92
-
Finally, notice that for the object created using the default constructor (`child3`), the age field was initialized to zero by default.
92
+
Finally, notice that for the object created using the default constructor (`child3`), the `age` field was initialized to zero by default.
0 commit comments