Skip to content

Commit

Permalink
Fixed filename errors in headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
mercere99 committed Dec 2, 2023
1 parent 65e1fd8 commit e17be46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/text/EmphaticText.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @copyright Copyright (C) Michigan State University, MIT Software license; see doc/LICENSE.md
* @date 2022
*
* @file Text.cpp
* @file EmphaticText.cpp
*/

#include <iostream>
Expand Down
2 changes: 1 addition & 1 deletion tests/text/HTMLText.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @copyright Copyright (C) Michigan State University, MIT Software license; see doc/LICENSE.md
* @date 2022-2023.
*
* @file Text.cpp
* @file HTMLText.cpp
*/

#include <iostream>
Expand Down
2 changes: 1 addition & 1 deletion tests/tools/StaticString.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @copyright Copyright (C) Michigan State University, MIT Software license; see doc/LICENSE.md
* @date 2022.
*
* @file ShortString.cpp
* @file StaticString.cpp
*/

#include "../third-party/Catch/single_include/catch2/catch.hpp"
Expand Down

0 comments on commit e17be46

Please sign in to comment.