Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 73cfa77

Browse files
committed
This patch fixes a trivial typo in the CREATE FUNCTION ref page.
Neil Conway
1 parent 336ebee commit 73cfa77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ref/create_function.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_function.sgml,v 1.50 2003/09/09 18:28:52 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_function.sgml,v 1.51 2003/09/10 20:13:45 momjian Exp $
33
-->
44

55
<refentry id="SQL-CREATEFUNCTION">
@@ -364,7 +364,7 @@ CREATE [ OR REPLACE ] FUNCTION <replaceable class="parameter">name</replaceable>
364364
<title>Examples</title>
365365

366366
<para>
367-
Here is a trivial example to help you get startet. For more
367+
Here is a trivial example to help you get started. For more
368368
information and examples, see <xref linkend="xfunc">.
369369
<programlisting>
370370
CREATE FUNCTION add(integer, integer) RETURNS integer

0 commit comments

Comments
 (0)