Skip to content

Commit daea43d

Browse files
committed
docs: addresses ocd around line-break
1 parent da0e8dc commit daea43d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This library allows you to efficiently compose an [IEnumerable<T>] in your
1515
**Highlights**
1616
- ✨ Enables the composition of in-memory data within your queries, utilizing both simple and complex types.
1717
- 👌 Works with all versions of SQL Server supported by [Entity Framework Core].
18-
- ⚡ Automatically uses the most efficient strategy compatible with your SQL Server instance and database configuration.
18+
- ⚡ Automatically uses the most efficient strategy compatible with your SQL Server instance and configuration.
1919
- ✅ Boasts over 140 tests for reliability and compatibility, giving you added confidence.
2020

2121
For a detailed explanation of the problem solved by QueryableValues, please continue reading [here][readme-background].

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This library allows you to efficiently compose an [IEnumerable<T>] in your
1111
**Highlights**
1212
- ✨ Enables the composition of in-memory data within your queries, utilizing both simple and complex types.
1313
- 👌 Works with all versions of SQL Server supported by [Entity Framework Core].
14-
- ⚡ Automatically uses the most efficient strategy compatible with your SQL Server instance and database configuration.
14+
- ⚡ Automatically uses the most efficient strategy compatible with your SQL Server instance and configuration.
1515
- ✅ Boasts over 140 tests for reliability and compatibility, giving you added confidence.
1616

1717
For a detailed explanation of the problem solved by QueryableValues, please continue reading [here][readme-background].

0 commit comments

Comments
 (0)