Skip to content

Commit 466149d

Browse files
Fix docs: no newlines with tagging (#5230)
1 parent 5022663 commit 466149d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • entity-framework/core/querying

entity-framework/core/querying/tags.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ Translates to:
4040

4141
```sql
4242
-- GetNearestPeople
43-
4443
-- Limit
4544

4645
SELECT TOP(@__p_1) [p].[Id], [p].[Location]
@@ -57,9 +56,7 @@ Produces the following SQL:
5756

5857
```sql
5958
-- GetNearestPeople
60-
6159
-- Limit
62-
6360
-- This is a multi-line
6461
-- string
6562

0 commit comments

Comments
 (0)