Skip to content

Commit de8ad4f

Browse files
Fix readme formatting error
1 parent 7bdefc9 commit de8ad4f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,8 @@ END) = 1
293293
```
294294

295295
**EF Core 3+**
296-
It isn't as simply to call built-in functions in EF Core 3+. Use the same strategy from EF Core 2 but with a User Defined Function. Essentially, create a UDF and call the system function from there.
296+
297+
It isn't simple to call built-in functions in EF Core 3+. Use the same strategy from EF Core 2 but with a User Defined Function. Essentially, create a UDF and call the system function from there.
297298

298299
**EF6**
299300

0 commit comments

Comments
 (0)