Skip to content

Commit df0e730

Browse files
committed
typo
1 parent 7eef026 commit df0e730

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/pybind11/detail/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ struct index_sequence {};
740740
// - if digit > 0, end * digit * 2 <= N < (end+1) * digit * 2
741741
//
742742
// The process starts with digit > N, end = 0, and S is empty.
743-
// Ths process concludes with digit=0, in which case, end == N and S is 0...N-1.
743+
// The process concludes with digit=0, in which case, end == N and S is 0...N-1.
744744

745745
template <size_t digit, bool N_digit_is_1, size_t N, size_t end, size_t... S> // N_digit_is_1=false
746746
struct make_index_sequence_impl

0 commit comments

Comments
 (0)