Skip to content

Commit

Permalink
ipad dev is not fun
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettMayson committed Oct 10, 2023
1 parent 8ddde1f commit e7d5851
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ Macro: ERROR_WITH_TITLE()
TITLE - Title of error message <STRING>
MESSAGE - Body of error message <STRING>
Example:`
Example:
(begin example)
ERROR_WITH_TITLE("Value not found","Value of frog not found in config ...yada...yada...");
(end)
Expand Down
2 changes: 1 addition & 1 deletion libs/preprocessor/tests/bootstrap/join_ignore/expected.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ private _test = [];
_test pushBack "#";
_test pushBack "##";
_test pushBack '###';
_test pushBack '####';
_test pushBack '####';
2 changes: 1 addition & 1 deletion libs/preprocessor/tests/bootstrap/join_ignore/source.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ private _test = [];
_test pushBack "#";
_test pushBack "##";
_test pushBack '###';
_test pushBack '####';
_test pushBack '####';

0 comments on commit e7d5851

Please sign in to comment.