Skip to content

Commit

Permalink
fix(docs): Repair doc comment reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Techassi committed Sep 11, 2024
1 parent cd8652f commit 3e55340
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ use k8s_version::Version;
/// Currently supported attributes are:
///
/// - `version`, which can occur one or more times. See [`VersionAttributes`].
/// - `options`, which allow further customization of the generated code. See [`ContainerOptions`].
/// - `options`, which allow further customization of the generated code.
/// See [`ContainerAttributes`].
#[derive(Debug, FromMeta)]
#[darling(and_then = ContainerAttributes::validate)]
pub(crate) struct ContainerAttributes {
Expand Down

0 comments on commit 3e55340

Please sign in to comment.