Skip to content

Commit b9391c9

Browse files
author
Sonny Martin
committed
Minor fix.
1 parent 72f754e commit b9391c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/invariant.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Author: Martin Brain, [email protected]
8383
/// `INVARIANT(x==y, my_invariantt, (T1)actual1, (T2)actual2, ...)`
8484
///
8585
/// \ref invariant_failedt is also the base class of any 'structured
86-
/// exceptions' - as found in file base_exceptions.h
86+
/// exceptions' - as found in file \ref base_exceptions.h
8787
///
8888
class invariant_failedt
8989
{

0 commit comments

Comments
 (0)