Skip to content

Commit d11acec

Browse files
committed
Fixed a spelling issue
1 parent c64f65f commit d11acec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

strings/min_window_substring.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def min_window(search_str: str, target_letters: str) -> str:
1919
in search_str.
2020
2121
Space complexity: O(search_len) ->
22-
The primary contributer to additional space is the building of a
22+
The primary contributor to additional space is the building of a
2323
dictionary using the search string.
2424
"""
2525

0 commit comments

Comments
 (0)