From: Tatsuo Ishii Date: Sun, 30 Oct 2016 22:30:46 +0000 (+0900) Subject: Fix typo in sources.sgml. X-Git-Tag: REL_10_BETA1~1482 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=36d154ecb2286328c7c59b99d5abb71318e056eb;p=postgresql Fix typo in sources.sgml. Per Shinichi Matsuda. --- diff --git a/doc/src/sgml/sources.sgml b/doc/src/sgml/sources.sgml index d132ee4a2e..877fcedbb3 100644 --- a/doc/src/sgml/sources.sgml +++ b/doc/src/sgml/sources.sgml @@ -898,7 +898,7 @@ BETTER: unrecognized node type: 42 expressions of various types need to be passed to the macro. - 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.