Skip to content

Commit

Permalink
✍ Minor error reporting edits
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePhD committed Apr 10, 2021
1 parent 2971750 commit 56e61fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions include/ztd/text/literal.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ namespace ztd { namespace text {

"God's Speed.\n\n"

"This could mangle all of your compile time literal string conversions you are performing. To "
"This could mangle all of your compile time string literal conversions you are performing. To "
"prevent that from happening, this error is being printed out, so that you have the explicit "
"understanding that your life may indeed suck after doing this.\n\n"

Expand Down Expand Up @@ -245,7 +245,7 @@ namespace ztd { namespace text {

"God's Speed.\n\n"

"This could mangle all of your compile time literal string conversions you are performing. To "
"This could mangle all of your compile time string literal conversions you are performing. To "
"prevent that from happening, this error is being printed out, so that you have the explicit "
"understanding that your life may indeed suck after doing this.\n\n"

Expand Down
4 changes: 2 additions & 2 deletions include/ztd/text/wide_literal.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ namespace ztd { namespace text {

"God's Speed.\n\n"

"This could mangle all of your compile time literal string conversions you are performing. To "
"This could mangle all of your compile time wide string literal conversions you are performing. To "
"prevent that from happening, this error is being printed out, so that you have the explicit "
"understanding that your life may indeed suck after doing this.\n\n"

Expand Down Expand Up @@ -255,7 +255,7 @@ namespace ztd { namespace text {

"God's Speed.\n\n"

"This could mangle all of your compile time literal string conversions you are performing. To "
"This could mangle all of your compile time wide string literal conversions you are performing. To "
"prevent that from happening, this error is being printed out, so that you have the explicit "
"understanding that your life may indeed suck after doing this.\n\n"

Expand Down

0 comments on commit 56e61fa

Please sign in to comment.