From 34aed0c84f947be4a1d8c645b2087ac3b79b6f7d Mon Sep 17 00:00:00 2001 From: Nathan Bower Date: Mon, 16 Oct 2023 09:34:18 -0400 Subject: [PATCH] Add CRUD to acronyms (#5205) Signed-off-by: natebower <102320899+natebower@users.noreply.github.com> --- STYLE_GUIDE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/STYLE_GUIDE.md b/STYLE_GUIDE.md index 9d7c0387..402f500a 100644 --- a/STYLE_GUIDE.md +++ b/STYLE_GUIDE.md @@ -123,6 +123,7 @@ The following table lists acronyms that you don't need to spell out. | BASIC | Beginner's All-Purpose Symbolic Instruction Code | | BM25 | Best Match 25 | | CPU | central processing unit | +| CRUD | create, read, update, and delete | | CSV | comma-separated values | | DNS | Domain Name System | | DOS | disk operating system |