diff options
author | Robert Haas | 2015-06-26 20:04:46 +0000 |
---|---|---|
committer | Robert Haas | 2015-06-26 20:04:46 +0000 |
commit | 7c02d48e698ad38bec1399a9dcc543c80b8f5b8f (patch) | |
tree | 8e7e13beeeaf472914970915820d6eb39d538b00 | |
parent | 8f15f74a44f68f9cb3a644786d3c732a5eeb237a (diff) |
Fix grammar.
Reported by Peter Geoghegan.
-rw-r--r-- | doc/src/sgml/release-9.5.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/release-9.5.sgml b/doc/src/sgml/release-9.5.sgml index 5e8cc1518cd..5b0d109e35c 100644 --- a/doc/src/sgml/release-9.5.sgml +++ b/doc/src/sgml/release-9.5.sgml @@ -221,9 +221,9 @@ <listitem> <para> - Extend the infrastructure allow sorting to be performed by inlined, - non-<acronym>SQL</acronym>-callable comparison functions to cover - <command>CREATE INDEX</>, <command>REINDEX</>, and + Extend the infrastructure that allows sorting to be performed by + inlined, non-<acronym>SQL</acronym>-callable comparison functions to + cover <command>CREATE INDEX</>, <command>REINDEX</>, and <command>CLUSTER</> (Peter Geoghegan) </para> </listitem> |