[DOC-CVS] [doc-en] master: singleton.xml: remove extra "an" before "enumerations" (#5487)

[email protected] (Christian Flothmann via GitHub) Wed, 15 Apr 2026 00:54:30 +0000
Newsgroups php.doc.cvs
Message-ID <[email protected]>
Author: Christian Flothmann (xabbuh)
Committer: GitHub (web-flow)
Pusher: DanielEScherzer
Date: 2026-04-14T17:54:28-07:00

Commit: https://github.com/php/doc-en/commit/828980b619bb4300e196924598b6a5d398f630e4
Raw diff: https://github.com/php/doc-en/commit/828980b619bb4300e196924598b6a5d398f630e4.diff

singleton.xml: remove extra "an" before "enumerations" (#5487)

Changed paths:
  M  language/types/singleton.xml


Diff:

diff --git a/language/types/singleton.xml b/language/types/singleton.xml
index 97d7cb5e35b9..987ccd387677 100644
--- a/language/types/singleton.xml
+++ b/language/types/singleton.xml
@@ -19,7 +19,7 @@
 
  <note>
   <simpara>
-   It is not possible to define custom singleton types. Consider using an
+   It is not possible to define custom singleton types. Consider using
    <link linkend="language.types.enumerations">enumerations</link> instead.
   </simpara>
  </note>