Skip to content

Commit

Permalink
fix phpdoc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thewunder committed Jun 1, 2017
1 parent ce7b2cf commit 9b28147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Repository/ReadOnlyObjectRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* Not meant for large tables as the entire table is loaded into a single cache entry.
*
* Saving and deleting in not permitted.
* Saving and deleting is not permitted.
*/
abstract class ReadOnlyObjectRepository extends AggressiveCachingObjectRepository
{
Expand Down

0 comments on commit 9b28147

Please sign in to comment.