diff --git a/doc/src/sgml/ref/refresh_materialized_view.sgml b/doc/src/sgml/ref/refresh_materialized_view.sgml
index fd06f1fda148852a00f236fb43081d5745ec31c6..8ae62671adab9afffa716840982266228ebe5606 100644
--- a/doc/src/sgml/ref/refresh_materialized_view.sgml
+++ b/doc/src/sgml/ref/refresh_materialized_view.sgml
@@ -63,8 +63,8 @@ REFRESH MATERIALIZED VIEW [ CONCURRENTLY ] <replaceable class="parameter">name</
      <para>
       This option is only allowed if there is at least one
       <literal>UNIQUE</literal> index on the materialized view which uses only
-      column names and includes all rows; that is, it must not index on any
-      expressions nor include a <literal>WHERE</literal> clause.
+      column names and includes all rows;  that is, it must not be an
+      expression index or include a <literal>WHERE</literal> clause.
      </para>
      <para>
       This option may not be used when the materialized view is not already