Skip to content

Commit 52310b5

Browse files
authored
javascript array concept minor typo in comment (#1641)
1 parent 3d89694 commit 52310b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

exercises/concept/elyses-enchantments/.meta/exemplar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export function insertItemAtBottom(cards, newCard) {
7878
}
7979

8080
/**
81-
* Remove card from the beginning of the cards cards
81+
* Remove card from the beginning of the cards
8282
*
8383
* @param {number[]} cards
8484
*

exercises/concept/elyses-enchantments/enchantments.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export function insertItemAtBottom(cards, newCard) {
7373
}
7474

7575
/**
76-
* Remove card from the beginning of the cards cards
76+
* Remove card from the beginning of the cards
7777
*
7878
* @param {number[]} cards
7979
*

0 commit comments

Comments
 (0)