From 4d57960874f15b0100e7f32e846eb0923ebd2f71 Mon Sep 17 00:00:00 2001 From: Julian Verdurmen <5808377+304NotModified@users.noreply.github.com> Date: Wed, 7 Jan 2026 14:08:00 +0100 Subject: [PATCH] Fix docs: no newlines with tagging --- entity-framework/core/querying/tags.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/entity-framework/core/querying/tags.md b/entity-framework/core/querying/tags.md index 7b50b21a5b..f8b5131e3b 100644 --- a/entity-framework/core/querying/tags.md +++ b/entity-framework/core/querying/tags.md @@ -40,7 +40,6 @@ Translates to: ```sql -- GetNearestPeople - -- Limit SELECT TOP(@__p_1) [p].[Id], [p].[Location] @@ -57,9 +56,7 @@ Produces the following SQL: ```sql -- GetNearestPeople - -- Limit - -- This is a multi-line -- string