From 73da54821ffd9975ccf4d305ebf4e872a14cfc15 Mon Sep 17 00:00:00 2001 From: Aviv Keller <38299977+RedYetiDev@users.noreply.github.com> Date: Sun, 5 May 2024 16:04:30 -0400 Subject: [PATCH] Update glossary.md Co-authored-by: Antoine du Hamel --- glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.md b/glossary.md index 45129e743435df..df4f435242d094 100644 --- a/glossary.md +++ b/glossary.md @@ -78,7 +78,7 @@ This file documents various terms and definitions used throughout the Node.js co * **RAII**: [Resource Acquisition Is Initialization][] - Programming idiom used to manage resources in C++. * **REPL**: [Read Evaluate Print Loop][] - Environment for interactive programming. * **RFC**: [Request For Comments][] - A Document used in standardization processes. -* **RSLGTM/RSSGTM**: Rubber-Stamp Looks/Sounds Good To Me - The reviewer approves without a full code review. +* **RSLGTM**: Rubber-Stamp Looks Good To Me - The reviewer approves without a full code review. * **RSS**: [Resident Set Size][] - Amount of memory occupied by a process in RAM. * **SMP**: [Symmetric Multi-Processor][] - Architecture where multiple processors share the same memory. * **Snapshot**: Chunk of bytes containing data serialized from a V8 heap.