Skip to content

Commit 036fc8c

Browse files
authored
Update README.md
1 parent 30f0446 commit 036fc8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ module Say =
172172
logger.info(
173173
// Generates a message template via a specific string intepolation syntax.
174174
// Add the name of the property after the expression
175-
// for example: "person" will be logged as "user" and "reservationDate" as "reservationDate"
175+
// for example: "person" will be logged as "User" and "reservationDate" as "ReservationDate"
176176
Log.setMessageI $"The user {person:User} has requested a reservation date of {reservationDate:ReservationDate} "
177177
)
178178

0 commit comments

Comments
 (0)