Skip to content

Commit

Permalink
Fix typo in codelink
Browse files Browse the repository at this point in the history
  • Loading branch information
danakj committed Sep 11, 2023
1 parent 4f6f841 commit 30cefbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sus/fn/fn.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ namespace sus {
/// func([](i32) { return 3; });
/// ```
///
/// The same with [`FnMut`]($sus::fn::FnMut)
/// The same with [`FnMut`]($sus::fn::FnMut) being
/// [type-erased]($sus::boxed::DynConcept) as [`DynFnMut`](
/// $(sus::fn::DynFnMut) to avoid templates. The full type must be specified
/// $sus::fn::DynFnMut) to avoid templates. The full type must be specified
/// when not working with templates, so [`NonVoid`]($sus::fn::NonVoid) can
/// not be used.
/// ```
Expand Down

0 comments on commit 30cefbe

Please sign in to comment.