Skip to content

Commit

Permalink
fix redundant link in program-option
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Oct 10, 2024
1 parent 8e4a6d4 commit 2c1b831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/program-option/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ impl<T: Clone> Clone for COption<T> {
}

impl<T> Default for COption<T> {
/// Returns [`COption::None`][COption::None].
/// Returns [`COption::None`]
///
/// # Examples
///
Expand Down

0 comments on commit 2c1b831

Please sign in to comment.