]> granicus.if.org Git - postgresql/commitdiff
Fix typo in sources.sgml.
authorTatsuo Ishii <ishii@postgresql.org>
Sun, 30 Oct 2016 22:30:46 +0000 (07:30 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Sun, 30 Oct 2016 22:33:00 +0000 (07:33 +0900)
Per Shinichi Matsuda.

doc/src/sgml/sources.sgml

index d132ee4a2edeeb801cf5880c767a7a4cd6deeda6..877fcedbb3a31e68387a33a6e0a6b9fc77f3c0b1 100644 (file)
@@ -898,7 +898,7 @@ BETTER: unrecognized node type: 42
      expressions of various types need to be passed to the macro.
     </para>
     <para>
-     When the definition an inline function references symbols
+     When the definition of an inline function references symbols
      (i.e. variables, functions) that are only available as part of the
      backend, the function may not be visible when included from frontend
      code.