Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Jun 17, 2024
1 parent 71244e0 commit c00149f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fmt/std.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# include <utility>
# include <vector>

// CHeck FMT_CPLUSPLUS to suppress a bogus warning in MSVC.
// Check FMT_CPLUSPLUS to suppress a bogus warning in MSVC.
# if FMT_CPLUSPLUS >= 201703L
# if FMT_HAS_INCLUDE(<filesystem>)
# include <filesystem>
Expand Down

0 comments on commit c00149f

Please sign in to comment.