summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Paquier2024-08-18 22:53:47 +0000
committerMichael Paquier2024-08-18 22:53:47 +0000
commita5f4ff6c806d359b3d2c28cf902047c830acc132 (patch)
tree772af16b335760083510d65cc36d5d291416dbc3
parent0f92b230f88b98c34b9804c4b4226e0d1822dc53 (diff)
doc: Fix typo in section for custom pgstats
Per offline report from Erik Rijkers.
-rw-r--r--doc/src/sgml/xfunc.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/xfunc.sgml b/doc/src/sgml/xfunc.sgml
index fbdbdbd883f..9bc23a9a938 100644
--- a/doc/src/sgml/xfunc.sgml
+++ b/doc/src/sgml/xfunc.sgml
@@ -3868,7 +3868,7 @@ extern bool InjectionPointDetach(const char *name);
<title>Custom Cumulative Statistics</title>
<para>
- Is is possible for add-ins written in C-language to use custom types
+ It is possible for add-ins written in C-language to use custom types
of cumulative statistics registered in the
<link linkend="monitoring-stats-setup">Cumulative Statistics System</link>.
</para>