Skip to content

Commit 72667d8

Browse files
committed
minor #9872 Fix typo in Memcached adapter documentation (Calinou)
This PR was merged into the 3.4 branch. Discussion ---------- Fix typo in Memcached adapter documentation PS: I sent this pull request against the `3.4` branch; is that OK? This issue first appeared in the `3.3` branch but that branch now only receives security fixes according to the maintenance roadmap. Commits ------- 2fe1f7e Fix typo in Memcached adapter documentation
2 parents 50bddbd + 2fe1f7e commit 72667d8

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)