Skip to content

Commit 6ad74b6

Browse files
edilsonalvesgoswami-rahul
authored andcommitted
Correction in README files (#360)
1 parent 5493bcd commit 6ad74b6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ If you want to uninstall algorithms, it is as simple as:
6666
- [merge_intervals](algorithms/arrays/merge_intervals.py)
6767
- [missing_ranges](algorithms/arrays/missing_ranges.py)
6868
- [plus_one](algorithms/arrays/plus_one.py)
69-
   - [rotate](algorithms/arrays/rotate.py)
69+
- [rotate](algorithms/arrays/rotate.py)
7070
- [summarize_ranges](algorithms/arrays/summarize_ranges.py)
7171
- [three_sum](algorithms/arrays/three_sum.py)
7272
- [trimmean](algorithms/arrays/trimmean.py)

Diff for: README_GE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Um das Projekt zu deinstallieren tippen Sie folgendes:
7373
- [merge_intervals](algorithms/arrays/merge_intervals.py)
7474
- [missing_ranges](algorithms/arrays/missing_ranges.py)
7575
- [plus_one](algorithms/arrays/plus_one.py)
76-
   - [rotate](algorithms/arrays/rotate.py)
76+
- [rotate](algorithms/arrays/rotate.py)
7777
- [summarize_ranges](algorithms/arrays/summarize_ranges.py)
7878
- [three_sum](algorithms/arrays/three_sum.py)
7979
- [trimmean](algorithms/arrays/trimmean.py)

Diff for: README_JP.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ if __name__ == "__main__":
6767
- [merge_intervals](algorithms/arrays/merge_intervals.py)
6868
- [missing_ranges](algorithms/arrays/missing_ranges.py)
6969
- [plus_one](algorithms/arrays/plus_one.py)
70-
   - [rotate](algorithms/arrays/rotate.py)
70+
- [rotate](algorithms/arrays/rotate.py)
7171
- [summarize_ranges](algorithms/arrays/summarize_ranges.py)
7272
- [three_sum](algorithms/arrays/three_sum.py)
7373
- [trimmean](algorithms/arrays/trimmean.py)

Diff for: README_KR.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ if __name__ == "__main__":
6666
- [merge_intervals](algorithms/arrays/merge_intervals.py)
6767
- [missing_ranges](algorithms/arrays/missing_ranges.py)
6868
- [plus_one](algorithms/arrays/plus_one.py)
69-
   - [rotate](algorithms/arrays/rotate.py)
69+
- [rotate](algorithms/arrays/rotate.py)
7070
- [summarize_ranges](algorithms/arrays/summarize_ranges.py)
7171
- [three_sum](algorithms/arrays/three_sum.py)
7272
- [trimmean](algorithms/arrays/trimmean.py)

0 commit comments

Comments
 (0)