diff --git a/doc/src/sgml/pgtrgm.sgml b/doc/src/sgml/pgtrgm.sgml
index ca97c7ce00a..7e292822553 100644
--- a/doc/src/sgml/pgtrgm.sgml
+++ b/doc/src/sgml/pgtrgm.sgml
@@ -415,9 +415,8 @@
the purpose of very fast similarity searches. These index types support
the above-described similarity operators, and additionally support
trigram-based index searches for LIKE, ILIKE,
- ~ and ~* queries. Beginning in
- PostgreSQL 14, these indexes also support
- the equality operator (inequality operators are not supported).
+ ~, ~* and = queries.
+ Inequality operators are not supported.
Note that those indexes may not be as efficient as regular B-tree indexes
for equality operator.