Skip to content

Commit

Permalink
Correction in README files (keon#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
edilsonalves authored and goswami-rahul committed Jun 20, 2018
1 parent 5493bcd commit 6ad74b6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ If you want to uninstall algorithms, it is as simple as:
- [merge_intervals](algorithms/arrays/merge_intervals.py)
- [missing_ranges](algorithms/arrays/missing_ranges.py)
- [plus_one](algorithms/arrays/plus_one.py)
   - [rotate](algorithms/arrays/rotate.py)
- [rotate](algorithms/arrays/rotate.py)
- [summarize_ranges](algorithms/arrays/summarize_ranges.py)
- [three_sum](algorithms/arrays/three_sum.py)
- [trimmean](algorithms/arrays/trimmean.py)
Expand Down
2 changes: 1 addition & 1 deletion README_GE.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Um das Projekt zu deinstallieren tippen Sie folgendes:
- [merge_intervals](algorithms/arrays/merge_intervals.py)
- [missing_ranges](algorithms/arrays/missing_ranges.py)
- [plus_one](algorithms/arrays/plus_one.py)
   - [rotate](algorithms/arrays/rotate.py)
- [rotate](algorithms/arrays/rotate.py)
- [summarize_ranges](algorithms/arrays/summarize_ranges.py)
- [three_sum](algorithms/arrays/three_sum.py)
- [trimmean](algorithms/arrays/trimmean.py)
Expand Down
2 changes: 1 addition & 1 deletion README_JP.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ if __name__ == "__main__":
- [merge_intervals](algorithms/arrays/merge_intervals.py)
- [missing_ranges](algorithms/arrays/missing_ranges.py)
- [plus_one](algorithms/arrays/plus_one.py)
   - [rotate](algorithms/arrays/rotate.py)
- [rotate](algorithms/arrays/rotate.py)
- [summarize_ranges](algorithms/arrays/summarize_ranges.py)
- [three_sum](algorithms/arrays/three_sum.py)
- [trimmean](algorithms/arrays/trimmean.py)
Expand Down
2 changes: 1 addition & 1 deletion README_KR.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ if __name__ == "__main__":
- [merge_intervals](algorithms/arrays/merge_intervals.py)
- [missing_ranges](algorithms/arrays/missing_ranges.py)
- [plus_one](algorithms/arrays/plus_one.py)
   - [rotate](algorithms/arrays/rotate.py)
- [rotate](algorithms/arrays/rotate.py)
- [summarize_ranges](algorithms/arrays/summarize_ranges.py)
- [three_sum](algorithms/arrays/three_sum.py)
- [trimmean](algorithms/arrays/trimmean.py)
Expand Down

0 comments on commit 6ad74b6

Please sign in to comment.