diff --git a/include/fmt/color.h b/include/fmt/color.h index 8e26dfa3..762809ca 100644 --- a/include/fmt/color.h +++ b/include/fmt/color.h @@ -679,7 +679,7 @@ struct formatter, Char> : formatter { **Example**:: fmt::print("Elapsed time: {s:.2f} seconds", - fmt::styled(1.23, fmt::fg(fmt::colors::green) | fmt::bg(fmt::color::blue))); + fmt::styled(1.23, fmt::fg(fmt::color::green) | fmt::bg(fmt::color::blue))); \endrst */ template