Skip to content

Commit 0c1dbcf

Browse files
authored
Update README.md
1 parent 50e4ae6 commit 0c1dbcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ SELECT
5454
[Extent1].[Text] AS [Text],
5555
[Extent1].[Name] AS [Name]
5656
FROM [dbo].[TestModels] AS [Extent1]
57-
WHERE CONTAINS(([Extent1].[Name] , [Extent1].[Text] ),@p__linq__0)
57+
WHERE CONTAINS(([Extent1].[Name] , [Extent1].[Text]),@p__linq__0);
5858
```
5959

6060
## Reference:

0 commit comments

Comments
 (0)