Skip to content

Commit f5adeff

Browse files
committed
fix toc order
1 parent 07a6959 commit f5adeff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zh-hans/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
* [Partition Array by Odd and Even](integer_array/partition_array_by_odd_and_even.md)
7575
* [Kth Largest Element](integer_array/kth_largest_element.md)
7676
* [Binary Search](binary_search/README.md)
77-
* [Binary Search](binary_search/binary_search.md)
77+
* [First Position of Target](binary_search/first_position_of_target.md)
7878
* [Search Insert Position](binary_search/search_insert_position.md)
7979
* [Search for a Range](binary_search/search_for_a_range.md)
8080
* [First Bad Version](binary_search/first_bad_version.md)

0 commit comments

Comments
 (0)