Skip to content

Commit 2fe1f7e

Browse files
committed
Fix typo in Memcached adapter documentation
1 parent 50bddbd commit 2fe1f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/cache/adapters/memcached_adapter.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ Available Options
271271
small outgoing messages and sending them all at once.
272272

273273
``use_udp`` (type: ``bool``, default: ``false``)
274-
Enables or disabled the use of `User Datagram Protocol (UDP)`_ mode (instead
274+
Enables or disables the use of `User Datagram Protocol (UDP)`_ mode (instead
275275
of `Transmission Control Protocol (TCP)`_ mode), where all operations are
276276
executed in a "fire-and-forget" manner; no attempt to ensure the operation
277277
has been received or acted on will be made once the client has executed it.

0 commit comments

Comments
 (0)