Skip to content

Commit

Permalink
Update lib/error.h
Browse files Browse the repository at this point in the history
Co-authored-by: Fabian Ruffy <[email protected]>
Signed-off-by: Vladimír Štill <[email protected]>
  • Loading branch information
vlstill and fruffy authored Jan 14, 2025
1 parent 9e8d633 commit cd34b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/error.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ inline unsigned diagnosticCount() {
return BaseCompileContext::get().errorReporter().getDiagnosticCount();
}

// Errors (and warnings and info) are specified using boost::format format strings, i.e.,
// Errors, warnings, and info are specified using boost::format format strings, i.e.,
// %1%, %2%, etc (starting at 1, not at 0).
// Some compatibility for printf-style arguments is also supported.

Expand Down

0 comments on commit cd34b2d

Please sign in to comment.