1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-28 05:21:27 +03:00

Fix typo in sources.sgml.

Per Shinichi Matsuda.
This commit is contained in:
Tatsuo Ishii 2016-10-31 07:30:46 +09:00
parent 464326e83b
commit b0034e7198

View 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.