From 32c0865780a28a95b9ff7b9bcabdc0375f5c82fc Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Mon, 27 Sep 2021 18:45:02 -0400 Subject: [PATCH] Backport PR #21198: Update coding_guide.rst --- doc/devel/coding_guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/devel/coding_guide.rst b/doc/devel/coding_guide.rst index 963845cd4a4b..8ac786e7c031 100644 --- a/doc/devel/coding_guide.rst +++ b/doc/devel/coding_guide.rst @@ -80,7 +80,7 @@ Organizational topics: * Tag with descriptive :ref:`labels `. * Set the :ref:`milestone `. * Keep an eye on the :ref:`number of commits `. -* Approve if all of the above topics handled. +* Approve if all of the above topics are handled. * :ref:`Merge ` if a sufficient number of approvals is reached. .. _pr-guidelines-details: