Skip to content

Commit 4161d66

Browse files
v-makoudBillWagner
authored andcommitted
CC86610: Fixing inline field name (#9541)
Hello, @mairaw, @BillWagner, @mikeblome, This proposed file change comes from dotnet/docs.ja-jp#182 . Could you review this contribution and help to merge if agreed? Many thanks in advance.
1 parent 63045a3 commit 4161d66

File tree

1 file changed

+1
-1
lines changed
  • docs/csharp/language-reference/keywords

1 file changed

+1
-1
lines changed

docs/csharp/language-reference/keywords/class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Accessing private members of `Child` from `Main` would only be possible if `Main
8989

9090
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.
9191

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.
9393

9494
## C# language specification
9595

0 commit comments

Comments
 (0)