Skip to content

Commit

Permalink
Fix broken doc link for reflector::store()
Browse files Browse the repository at this point in the history
Signed-off-by: clux <sszynrae@gmail.com>
  • Loading branch information
clux committed May 13, 2022
1 parent cea5260 commit 599cd5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kube-runtime/src/reflector/store.rs
Expand Up @@ -132,7 +132,7 @@ where

/// Create a (Reader, Writer) for a `Store<K>` for a typed resource `K`
///
/// The `Writer` should be passed to a [`reflector()`],
/// The `Writer` should be passed to a [`reflector`](crate::reflector()),
/// and the [`Store`] is a read-only handle.
#[must_use]
pub fn store<K>() -> (Store<K>, Writer<K>)
Expand Down

0 comments on commit 599cd5c

Please sign in to comment.