Skip to content

Commit 2d4a5de

Browse files
committed
[Doc]: fix sgml errors #2
1 parent ab8567b commit 2d4a5de

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/src/sgml/fulleq.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
The <productname>&productname;</productname> equivalence operator is
1212
defined to returns NULL when both operands are NULLs. However, the Microsoft
1313
SQL Servers family traditionaly defined other semantic for equivalence
14-
operator, where operator returns TRUE in the case of both nulled operands.
14+
operator, where operator returns TRUE in the case of both nulled operands.
1515
This module provides such operator with MSSQL semantic.
1616
</para>
1717
</sect2>

doc/src/sgml/mchar.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
<title>MCHAR and MVARCHAR features</title>
3030
<itemizedlist>
3131
<listitem>
32-
<para>defined <function>length(str)<function> function</para>
32+
<para>defined <function>length(str)</function> function</para>
3333
</listitem>
3434
<listitem>
35-
<para>defined <function>substr(str, pos[, length])<function> function</para>
35+
<para>defined <function>substr(str, pos[, length])</function> function</para>
3636
</listitem>
3737
<listitem>
3838
<para>defined operator <emphasis>||<emphasis>, which would be applied to concatenation any (mchar and mvarchar) arguments</para>

0 commit comments

Comments
 (0)