Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8ec10ba

Browse files
author
Kenny Chan
authored
Merge pull request #24 from alexdmejias/master
small typo
2 parents 2d2f1eb + 1623130 commit 8ec10ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
hashmap[element] = 1;
203203
});
204204

205-
// Since we on;y want to push unique elements in our case... we can implement a counter to keep track of what we
205+
// Since we only want to push unique elements in our case... we can implement a counter to keep track of what we
206206
// already added
207207
secondArray.forEach(function(element) {
208208
if (hashmap[element] == 1) {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /