diff options
author | Turner Jabbour <doubleujabbour@gmail.com> | 2020-08-30 15:41:31 -0600 |
---|---|---|
committer | Rich Trott <rtrott@gmail.com> | 2020-09-02 07:04:51 -0700 |
commit | b90fff42afce756e870dd8461d024e5a019a08a2 (patch) | |
tree | 3780a6c1e16bf8495c504068f1251e04250ddb37 /glossary.md | |
parent | 4f7440cd88dd6e6fb08945f85fc72eec9156f5fa (diff) | |
download | node-new-b90fff42afce756e870dd8461d024e5a019a08a2.tar.gz |
doc: change effected to affected
PR-URL: https://github.com/nodejs/node/pull/34989
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Michaƫl Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'glossary.md')
-rw-r--r-- | glossary.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glossary.md b/glossary.md index a2954635a5..eb44536e6e 100644 --- a/glossary.md +++ b/glossary.md @@ -12,5 +12,5 @@ You may also need to check <https://chromium.googlesource.com/chromiumos/docs/+/ * godbolt: [Compiler Explorer](https://godbolt.org/) run compilers interactively from your web browser and interact with the assembly. Was created by and is primarily administrated by Matt Godbolt. -* primordials: Pristine built-ins that are not effected by prototype pollution +* primordials: Pristine built-ins that are not affected by prototype pollution and tampering with built-ins. |