Skip to content

Commit 57d5576

Browse files
Ikko Ashiminedanielleadams
authored andcommitted
tools: fix typo in prefer-primordials.js
replacable -> replaceable PR-URL: #41891 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Qingyu Deng <i@ayase-lab.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
1 parent b950f5d commit 57d5576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/eslint-rules/prefer-primordials.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @fileoverview We shouldn't use global built-in object for security and
3-
* performance reason. This linter rule reports replacable codes
3+
* performance reason. This linter rule reports replaceable codes
44
* that can be replaced with primordials.
55
* @author Leko <leko.noor@gmail.com>
66
*/

0 commit comments

Comments
 (0)