Skip to content

Commit dc8b43b

Browse files
committed
fix typo.
1 parent f8a1771 commit dc8b43b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/line_sender_cpp_example_array_elem_strides.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ static bool array_example(std::string_view host, std::string_view port)
1818
const auto book_col = "order_book"_cn;
1919
size_t rank = 3;
2020
std::vector<uintptr_t> shape{2, 3, 2};
21-
std::vector<intptr_t> strides{6, 2, 8};
21+
std::vector<intptr_t> strides{6, 2, 1};
2222
std::array<double, 12> arr_data = {
2323
48123.5,
2424
2.4,

0 commit comments

Comments
 (0)