diff --git a/doc/api.rst b/doc/api.rst index 20f9fc88..8f6a180e 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -520,16 +520,16 @@ Standard Library Types Formatting ``fmt/std.h`` provides formatters for: -* `std::filesystem::path `_ -* `std::thread::id `_ -* `std::monostate `_ -* `std::variant `_ -* `std::optional `_ -* `std::source_location `_ -* `std::bitset `_ -* `std::error_code `_ * `std::atomic `_ * `std::atomic_flag `_ +* `std::bitset `_ +* `std::error_code `_ +* `std::filesystem::path `_ +* `std::monostate `_ +* `std::optional `_ +* `std::source_location `_ +* `std::thread::id `_ +* `std::variant `_ Formatting Variants -------------------