Skip to content

Commit b41c868

Browse files
authored
typo
1 parent ecf6030 commit b41c868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ myArray.flat(infinity) // [2, 3, 4, 5 ,7,7, 8, 9, 1, 1];
136136
137137
```
138138
139-
#Get unique values in an array
139+
# Get unique values in an array
140140
141141
```javascript
142142
const numbers = [1,1,3,2,5,3,4,7,7,7,8];

0 commit comments

Comments
 (0)