From b86112fd85c7810424308d3864a67462fbc9288c Mon Sep 17 00:00:00 2001 From: bbben <70356237+bb-ben@users.noreply.github.com> Date: Sun, 31 Jul 2022 02:43:59 +0800 Subject: [PATCH] glossary: update the acronym definition (#8306) * glossary: fix typo * add 'Read' to the CRUD definition --- doc/build/glossary.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/build/glossary.rst b/doc/build/glossary.rst index e9b27d4bd1..a28b744810 100644 --- a/doc/build/glossary.rst +++ b/doc/build/glossary.rst @@ -320,8 +320,8 @@ Glossary An acronym for **Data Manipulation Language**. DML is the subset of SQL that relational databases use to *modify* the data in tables. DML typically refers to the three widely familiar statements of INSERT, - UPDATE and DELETE, otherwise known as :term:`CRUD` (acronym for "CReate, - Update, Delete"). + UPDATE and DELETE, otherwise known as :term:`CRUD` (acronym for "Create, + Read, Update, Delete"). .. seealso:: -- 2.47.2