Skip to content

Commit 788ae09

Browse files
avivkellermarco-ippolito
authored andcommitted
doc, meta: add PTAL to glossary
PR-URL: #53770 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
1 parent 858c313 commit 788ae09

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)