Skip to content

Commit

Permalink
Fix typo in documentation of HCons::sculpt (#194)
Browse files Browse the repository at this point in the history
Co-authored-by: Lloyd <lloydmeta@users.noreply.github.com>
  • Loading branch information
steffahn and lloydmeta authored Sep 15, 2021
1 parent 246741f commit f1926d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/hlist.rs
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ macro_rules! gen_inherent_methods {

/// Consume the current HList and return an HList with the requested shape.
///
/// `sculpt` allows us to extract/reshape/scult the current HList into another shape,
/// `sculpt` allows us to extract/reshape/sculpt the current HList into another shape,
/// provided that the requested shape's types are are contained within the current HList.
///
/// The `Indices` type parameter allows the compiler to figure out that `Ts`
Expand Down

0 comments on commit f1926d7

Please sign in to comment.