From 78bd47af793b68048802fb0a9f718c116c3249c1 Mon Sep 17 00:00:00 2001 From: Meghan <43832670+meghanmae@users.noreply.github.com> Date: Sun, 8 Sep 2024 14:55:21 -0700 Subject: [PATCH] Update docs/topics/coalesce-swashbuckle.md Co-authored-by: Andrew Scott --- docs/topics/coalesce-swashbuckle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/coalesce-swashbuckle.md b/docs/topics/coalesce-swashbuckle.md index e74861645..bea6e6569 100644 --- a/docs/topics/coalesce-swashbuckle.md +++ b/docs/topics/coalesce-swashbuckle.md @@ -59,7 +59,7 @@ public class Patient { public int PatientId { get; init; } public DateTime NextAppointment { get; set; } - // Additional parameters + // Additional properties [DefaultDataSource] public class PatientDataSource(CrudContext context) : StandardDataSource(context)