Skip to content

Commit 36a6d2c

Browse files
authored
Fix url
1 parent 76b6f05 commit 36a6d2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Error.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ namespace error
4949
Internal::Internal(std::string const &what)
5050
: Error(
5151
"Internal error: " + what +
52-
"\nThis is a bug. Please report at ' "
53-
"https://github.com/openPMD/openPMD-api/issues'.")
52+
"\nThis is a bug. Please report at "
53+
"https://github.com/openPMD/openPMD-api/issues")
5454
{}
5555
} // namespace error
5656
} // namespace openPMD

0 commit comments

Comments
 (0)