Skip to content

Commit 6d24aa7

Browse files
committed
[SwiftMailer Spool] Fix double negative
1 parent 6a5fa12 commit 6d24aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

email/spool.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ interval.
153153
But when using the filesystem spool, the message class is serialized in
154154
a file with the randomized class name. The problem is that this random
155155
class name changes on every cache clear. So if you send a mail and then you
156-
clear the cache, the message will not be unserializable.
156+
clear the cache, the message will be unserializable.
157157

158158
On the next execution of ``swiftmailer:spool:send`` an error will raise because
159159
the class ``Swift_Message_<someRandomCharacters>`` doesn't exist (anymore).

0 commit comments

Comments
 (0)