Skip to content

Commit

Permalink
language-snippets.ent Add the missing dot character
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalferov authored and Girgias committed Oct 28, 2024
1 parent d269b25 commit 132f97d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion language-snippets.ent
Original file line number Diff line number Diff line change
Expand Up @@ -2801,7 +2801,14 @@ to be references, then they must be references in the passed argument list.'>
<!ENTITY spl.datastructures.intro.title '<title xmlns="http://docbook.org/ns/docbook">Datastructures</title>'>

<!ENTITY spl.exceptions.intro.title '<title xmlns="http://docbook.org/ns/docbook">Exceptions</title>'>
<!ENTITY spl.exceptions.intro '<para xmlns="http://docbook.org/ns/docbook">SPL provides a set of standard Exceptions.</para><para xmlns="http://docbook.org/ns/docbook">See also the <xref linkend="reserved.exceptions" /></para>'>
<!ENTITY spl.exceptions.intro '
<para xmlns="http://docbook.org/ns/docbook">
SPL provides a set of standard Exceptions.
</para>
<para xmlns="http://docbook.org/ns/docbook">
See also the <xref linkend="reserved.exceptions" />.
</para>
'>

<!ENTITY spl.files.intro.title '<title xmlns="http://docbook.org/ns/docbook">File Handling</title>'>
<!ENTITY spl.files.intro '<partintro xmlns="http://docbook.org/ns/docbook"><para>SPL provides a number of classes to work with files.</para></partintro>'>
Expand Down

0 comments on commit 132f97d

Please sign in to comment.