Skip to content

Commit

Permalink
Update src/doc_macros.rs
Browse files Browse the repository at this point in the history
Co-authored-by: theotherphil <[email protected]>
  • Loading branch information
ripytide and theotherphil authored May 22, 2024
1 parent 12c7fed commit c04f3d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc_macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ macro_rules! generate_mut_doc_comment {
}

/// A macro for generating the doc-comments for parallel versions of various
/// image processing functions. It takes the name of then non-parallel function as an
/// image processing functions. It takes the name of the non-parallel function as an
/// argument as a string literal.
///
/// It uses concat! to generate doc-links to the provided original function name
Expand Down

0 comments on commit c04f3d0

Please sign in to comment.