8000 Update README.md · abroroo/leetcode@f0a2b5f · GitHub
[go: up one dir, main page]

Skip to content

Commit f0a2b5f

Browse files
authored
Update README.md
1 parent d991c5b commit f0a2b5f

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
@@ -8,7 +8,7 @@ List is periodically updated
88
### #3 Longest Substring Without Repeating Characters
99

1010
```
11-
var lengthOfLongestSubstring = function(s) {
11+
const lengthOfLongestSubstring = function(s) {
1212
// set to store not repating chars
1313
let set = new Set();
1414

0 commit comments

Comments
 (0)
0