Skip to content

Commit 396cc58

Browse files
authored
Fix name of j.o.subtraction_assignment (#7621)
1 parent a68bb4e commit 396cc58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/operators/subtraction_assignment.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"javascript": {
33
"operators": {
4-
"substraction_assignment": {
4+
"subtraction_assignment": {
55
"__compat": {
66
"description": "Subtraction assignment (<code>x -= y</code>)",
77
"mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Operators/Subtraction_assignment",

0 commit comments

Comments
 (0)