Skip to content

Commit 74f8c73

Browse files
committed
fix: doc links
1 parent 04f49fa commit 74f8c73

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

libs/@local/hashql/eval/src/orchestrator/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ const VALUE_SERIALIZATION: TerminalDiagnosticCategory = TerminalDiagnosticCatego
101101

102102
/// Type alias for orchestrator diagnostics.
103103
///
104-
/// The default severity kind is [`Severity`], which allows any severity level.
104+
/// The default severity kind is [`Critical`].
105105
pub type OrchestratorDiagnostic<K = Critical> =
106106
Diagnostic<OrchestratorDiagnosticCategory, SpanId, K>;
107107

libs/@local/hashql/mir/src/interpret/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ use crate::body::{
2626

2727
/// Type alias for interpreter diagnostics.
2828
///
29-
/// The default severity kind is [`Severity`], which allows any severity level.
29+
/// The default severity kind is [`Critical`].
3030
pub type InterpretDiagnostic<K = Critical> = Diagnostic<InterpretDiagnosticCategory, SpanId, K>;
3131

3232
// Terminal categories for ICEs

0 commit comments

Comments
 (0)