Skip to content

Commit

Permalink
Corrected comment - Chapter 9 (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkMichaelis authored Sep 11, 2023
1 parent 037386c commit 130274b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Chapter09/Listing09.05.DeclaringRecordClass.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace AddisonWesley.Michaelis.EssentialCSharp.Chapter09.Listing09_05;
#region INCLUDE
// Use the record struct construct to declare a value type
// Use the record class construct to declare a reference type
public record class Coordinate(
Angle Longitude, Angle Latitude)
#endregion INCLUDE
Expand Down

0 comments on commit 130274b

Please sign in to comment.