Incorrect Syntax in Function Syntax diagram

The Post Office <noreply@postgresql.org>

From: PG Doc comments form <noreply@postgresql.org>
To: pgsql-docs@lists.postgresql.org
Cc: aazamrafeeque0@gmail.com
Date: 2021-06-23T10:18:15Z
Lists: pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/13/sql-createfunction.html
Description:

| IMMUTABLE | STABLE | VOLATILE | [ NOT ] LEAKPROOF

[ NOT ] LEAKPROOF  is accepting separately ,
So why you written [ NOT ] LEAKPROOF with | IMMUTABLE | STABLE | VOLATILE | 


Please separate the [ NOT ] LEAKPROOF from the OR list


Note: Your documentation must be correct

Commits

  1. Doc: fix confusion about LEAKPROOF in syntax summaries.