From 466149d4734a59176f011bcc354cb8f49db6dc72 Mon Sep 17 00:00:00 2001 From: Julian Verdurmen <5808377+304NotModified@users.noreply.github.com> Date: Fri, 9 Jan 2026 20:07:33 +0100 Subject: [PATCH] Fix docs: no newlines with tagging (#5230) --- 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