Skip to content

Commit 4f1d9ce

Browse files
authored
Merge pull request #198 from blaues0cke/patch-2
Fixed a typo in "performance"
2 parents 3c05d1d + f502b89 commit 4f1d9ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Keep in mind that PPM is still in an early stage of development and can cause is
2222

2323
When using the `SearchFilter` and case insensivity, Doctrine will use the `LOWER` SQL function. Depending on your
2424
driver, you may want to carefully index it by using a [function-based
25-
index](http://use-the-index-luke.com/sql/where-clause/functions/case-insensitive-search) or it will impact performanc
25+
index](http://use-the-index-luke.com/sql/where-clause/functions/case-insensitive-search) or it will impact performance
2626
with a huge collection. [Here are some examples to index LIKE
2727
filters](http://use-the-index-luke.com/sql/where-clause/searching-for-ranges/like-performance-tuning) depending on your
2828
database driver.

0 commit comments

Comments
 (0)