From a4ddda050fda288a1669113df16ca92433881c00 Mon Sep 17 00:00:00 2001 From: Aviv Keller <38299977+RedYetiDev@users.noreply.github.com> Date: Mon, 8 Jul 2024 18:24:33 -0400 Subject: [PATCH] doc, meta: add PTAL to glossary --- 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++.