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