Skip to content

Commit

Permalink
Fix scale_derive options documentation (#2144)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsemakula committed Mar 8, 2024
1 parent a124e60 commit d9aaf27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/ink/macro/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1600,9 +1600,9 @@ synstructure::decl_derive!(
/// traits without depending directly on the `parity-scale-codec` and `scale-info` crates.
///
/// # Options
/// - `encode`: derives `ink::scale::Encode`
/// - `decode`: derives `ink::scale::Decode`
/// - `type_info`: derives `ink::scale_info::TypeInfo`
/// - `Encode`: derives `ink::scale::Encode`
/// - `Decode`: derives `ink::scale::Decode`
/// - `TypeInfo`: derives `ink::scale_info::TypeInfo`
///
/// # Examples
///
Expand Down

0 comments on commit d9aaf27

Please sign in to comment.