Skip to content

Commit 3e55340

Browse files
committed
fix(docs): Repair doc comment reference
1 parent cd8652f commit 3e55340

File tree

1 file changed

+2
-1
lines changed
  • crates/stackable-versioned-macros/src/attrs/common

1 file changed

+2
-1
lines changed

crates/stackable-versioned-macros/src/attrs/common/container.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ use k8s_version::Version;
1212
/// Currently supported attributes are:
1313
///
1414
/// - `version`, which can occur one or more times. See [`VersionAttributes`].
15-
/// - `options`, which allow further customization of the generated code. See [`ContainerOptions`].
15+
/// - `options`, which allow further customization of the generated code.
16+
/// See [`ContainerAttributes`].
1617
#[derive(Debug, FromMeta)]
1718
#[darling(and_then = ContainerAttributes::validate)]
1819
pub(crate) struct ContainerAttributes {

0 commit comments

Comments
 (0)