Skip to content

Commit 88e488e

Browse files
authored
Update first_unique_character_in_a_string.py
1 parent 6c51f2d commit 88e488e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

first_unique_character_in_a_string.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ def firstUniqChar(self, str):
1515
if data[ord(c) - 65] == 1:
1616
return c
1717

18-
# easy: https://www.lintcode.com/problem/first-unique-character-in-a-string/description
18+
# easy: https://www.lintcode.com/problem/first-unique-character-in-a-string

0 commit comments

Comments
 (0)