Skip to content

Commit 8af8844

Browse files
committed
fix: docs
1 parent ee2536f commit 8af8844

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • libs/@local/hashql/eval/src/postgres

libs/@local/hashql/eval/src/postgres/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,8 @@ impl<'heap, A: Allocator> PreparedQueries<'heap, A> {
235235
/// Compiles Postgres-targeted MIR islands into a single PostgreSQL `SELECT`.
236236
///
237237
/// Created per evaluation and used to compile [`GraphRead`] terminators. Compilation emits
238-
/// diagnostics into the shared [`EvalContext`] rather than returning `Result`, so multiple
239-
/// errors can be reported from a single compilation pass.
238+
/// diagnostics into the shared [`CodeGenerationContext`] rather than returning `Result`, so
239+
/// multiple errors can be reported from a single compilation pass.
240240
///
241241
/// [`GraphRead`]: hashql_mir::body::terminator::GraphRead
242242
pub struct PostgresCompiler<'eval, 'ctx, 'heap, A: Allocator, S: Allocator> {

0 commit comments

Comments
 (0)