Skip to content

Commit 6c7c925

Browse files
committed
Merge branch 'master' of https://github.com/jk-jeon/dragonbox
2 parents 39902e6 + bd69234 commit 6c7c925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: include/dragonbox/dragonbox.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#endif
3030

3131
// To use the library with toolchains without standard C++ headers, the users may define this macro
32-
// into their custom namespace which contains the defintions of all the standard C++ library
32+
// into their custom namespace which contains the definitions of all the standard C++ library
3333
// features used in this header. (The list can be found below.)
3434
#ifndef JKJ_STD_REPLACEMENT_NAMESPACE
3535
#define JKJ_STD_REPLACEMENT_NAMESPACE std

0 commit comments

Comments
 (0)