Skip to content

Commit 71b59a0

Browse files
committed
Fix order of types in README
1 parent 9d22af6 commit 71b59a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Types
22

33
* [`fundamental`](fundamental): fundamental column types
4-
* [`optional`](optional): `std::optional` with different element types
54
* [`multiset`](multiset): `std::multiset` with all `[Split]Index{32,64}` column types
5+
* [`optional`](optional): `std::optional` with different element types
66
* [`set`](set): `std::set` with all `[Split]Index{32,64}` column types
77
* [`string`](string): `std::string` with all `[Split]Index{32,64}` column types
88
* [`unique_ptr`](unique_ptr): `std::unique_ptr` with different element types

0 commit comments

Comments
 (0)