aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatsuo Ishii <ishii@postgresql.org>2016-10-31 07:30:46 +0900
committerTatsuo Ishii <ishii@postgresql.org>2016-10-31 07:33:00 +0900
commit36d154ecb2286328c7c59b99d5abb71318e056eb (patch)
tree21e1d5afe65bd5343ef91ebfd36eff20d41e2b87
parent5ec81aceec8cc5a0edcc4609ee8edbc43a47e878 (diff)
downloadpostgresql-36d154ecb2286328c7c59b99d5abb71318e056eb.tar.gz
postgresql-36d154ecb2286328c7c59b99d5abb71318e056eb.zip
Fix typo in sources.sgml.
Per Shinichi Matsuda.
-rw-r--r--doc/src/sgml/sources.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/sources.sgml b/doc/src/sgml/sources.sgml
index d132ee4a2ed..877fcedbb3a 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.
</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.