Skip to content

Commit

Permalink
Update all-in-one header
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobiasd committed Feb 21, 2024
1 parent f682bd0 commit e4bc913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include_all_in_one/include/fplus/fplus.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3462,7 +3462,7 @@ namespace internal {

// API search type: remove_segment : (Int, Int, [a]) -> [a]
// fwd bind count: 2
// Cuts our a defined segment from the sequence.
// Cuts our a defined segment from the sequence.
// remove_segment(2, 5, [0,1,2,3,4,5,6,7]) == [0,1,5,6,7]
// crashes on invalid indices
template <typename Container,
Expand Down

0 comments on commit e4bc913

Please sign in to comment.