Skip to content

Commit ddfd196

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/fmt/ostream.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
FMT_BEGIN_NAMESPACE
3434
namespace detail {
3535

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

0 commit comments

Comments
 (0)