Skip to content

Commit bd69234

Browse files
authored
Merge pull request #69 from SGSSGene/patch-1
fix: typo
2 parents b27a9ab + fbb6ae3 commit bd69234

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)