Skip to content

Commit 53dead8

Browse files
authored
doc, meta: add PTAL to glossary
PR-URL: nodejs#53770 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Ulises Gascón <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
1 parent e44ec42 commit 53dead8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

glossary.md

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ This file documents various terms and definitions used throughout the Node.js co
7373
contain data and code to manipulate that data. OOP languages include features such as encapsulation, inheritance,
7474
and polymorphism.
7575
* **PPC**: [PowerPC][] - A type of microprocessor architecture.
76+
* **PTAL**: Please Take A Look.
7677
* **Primordials**: Pristine built-ins in JavaScript that are not affected by prototype pollution.
7778
* **Prototype Pollution**: Process in which a user mutating object prototypes affects other code.
7879
* **RAII**: [Resource Acquisition Is Initialization][] - Programming idiom used to manage resources in C++.

0 commit comments

Comments
 (0)