Skip to content

Commit 4f0baf9

Browse files
authored
Add missing 'delete' word to the first statement of Sluggable readme
This adds the missing 'delete' keyword and it fixes #1690.
1 parent a3d7ad1 commit 4f0baf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/softdeleteable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SoftDeleteable behavior extension for Doctrine 2
22

33
**SoftDeleteable** behavior allows to "soft delete" objects, filtering them
4-
at SELECT time by marking them as with a timestamp, but not explicitly removing them from the database.
4+
at SELECT time by marking them deleted as with a timestamp, but not explicitly removing them from the database.
55

66
Features:
77

0 commit comments

Comments
 (0)