Skip to content

Commit d1c9d8b

Browse files
committed
Merge remote-tracking branch 'origin/claude/editions-impl-fiicrg' into claude/auto-gen-editions-docs-r9otqn
Signed-off-by: Claude <noreply@anthropic.com>
2 parents c368466 + 4d00b07 commit d1c9d8b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

vortex/src/editions/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
//! The Vortex edition declarations.
55
//!
6-
//! [`vortex_edition`] provides the types, the [`EditionSession`] session variable, and the
7-
//! test harness; the actual declarations live here, one module per edition
6+
//! [`vortex_edition`] provides the types, the [`crate::editions::EditionSession`] session
7+
//! variable, and the test harness; the actual declarations live here, one module per edition
88
//! (`editions::<family>::<date>`), and are seeded into the default session by
9-
//! [`register_default_editions`].
9+
//! [`crate::editions::register_default_editions`].
1010
//!
1111
//! Each edition module declares the edition together with the encodings that join the
1212
//! family at it; members of earlier editions are inherited and never restated. Correctness

0 commit comments

Comments
 (0)