Skip to content

Commit 4e346dc

Browse files
committed
fix a typo in ostream.h
s/instantion/instantiation/ Signed-off-by: Kefu Chai <tchaikov@gmail.com>
1 parent b5266fd commit 4e346dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/fmt/ostream.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
FMT_BEGIN_NAMESPACE
3434
namespace detail {
3535

36-
// Generate a unique explicit instantion in every translation unit using a tag
36+
// Generate a unique explicit instantiation in every translation unit using a tag
3737
// type in an anonymous namespace.
3838
namespace {
3939
struct file_access_tag {};

0 commit comments

Comments
 (0)