Skip to content

Commit 10900c6

Browse files
authored
Edit Inheritance.cs (#33267)
in comment, replace 'originalItemId' -> 'originalItemID'
1 parent d702612 commit 10900c6

File tree

1 file changed

+1
-1
lines changed
  • docs/csharp/fundamentals/object-oriented/snippets/inheritance

1 file changed

+1
-1
lines changed

docs/csharp/fundamentals/object-oriented/snippets/inheritance/Inheritance.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public ChangeRequest(string title, string desc, TimeSpan jobLen,
8282
this.Description = desc;
8383
this.jobLength = jobLen;
8484

85-
// Property originalItemId is a member of ChangeRequest, but not
85+
// Property originalItemID is a member of ChangeRequest, but not
8686
// of WorkItem.
8787
this.originalItemID = originalID;
8888
}

0 commit comments

Comments
 (0)