From 3c5e593e2a85ca43238cfbbaa83a21d66eda98bc Mon Sep 17 00:00:00 2001 From: Aviv Keller <38299977+RedYetiDev@users.noreply.github.com> Date: Sun, 14 Jul 2024 13:53:46 -0400 Subject: [PATCH] doc, meta: add PTAL to glossary MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/53770 Reviewed-By: Luigi Pinca Reviewed-By: Trivikram Kamat Reviewed-By: Michaël Zasso Reviewed-By: Ulises Gascón Reviewed-By: James M Snell Reviewed-By: Chemi Atlow Reviewed-By: Moshe Atlow --- glossary.md | 1 + 1 file changed, 1 insertion(+) diff --git a/glossary.md b/glossary.md index 375e17819df53f..3c5369d5d9cde3 100644 --- a/glossary.md +++ b/glossary.md @@ -73,6 +73,7 @@ This file documents various terms and definitions used throughout the Node.js co contain data and code to manipulate that data. OOP languages include features such as encapsulation, inheritance, and polymorphism. * **PPC**: [PowerPC][] - A type of microprocessor architecture. +* **PTAL**: Please Take A Look. * **Primordials**: Pristine built-ins in JavaScript that are not affected by prototype pollution. * **Prototype Pollution**: Process in which a user mutating object prototypes affects other code. * **RAII**: [Resource Acquisition Is Initialization][] - Programming idiom used to manage resources in C++.