From 5b77114bbd22fd30c1f2a2d8a8961ea48fdcde33 Mon Sep 17 00:00:00 2001 From: Mikhail Alferov <39414600+mmalferov@users.noreply.github.com> Date: Thu, 11 Jul 2024 16:11:27 +0300 Subject: [PATCH] sync/book.xml: wrap the library name in the `literal` tag insted... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …single quotes --- reference/sync/book.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/sync/book.xml b/reference/sync/book.xml index bbf862dd98dc..58eafe74d4bd 100644 --- a/reference/sync/book.xml +++ b/reference/sync/book.xml @@ -9,7 +9,7 @@ &reftitle.intro; - The 'sync' extension introduces cross-platform synchonization objects into PHP. + The sync extension introduces cross-platform synchonization objects into PHP. Named and unnamed Mutex, Semaphore, Event, Reader-Writer, and named Shared Memory objects provide OS-level synchronization on both POSIX (e.g. Linux) and Windows platforms.