Skip to content

Commit

Permalink
docs: Change description
Browse files Browse the repository at this point in the history
  • Loading branch information
igamigo committed Jan 20, 2025
1 parent e98158f commit 07c5e27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ impl Deserializable for StoragePlaceholder {
/// A [StorageValue] can be one of:
/// - `Felt(Felt)`: a single [Felt] value
/// - `Word(Word)`: a single [Word] value
/// - `Map(StorageMap)`: a storage map entries that maps [Digest] to [Word]
/// - `Map(StorageMap)`: a storage map
///
/// These values are used to resolve dynamic placeholders at component instantiation.
#[derive(Clone, Debug)]
Expand Down

0 comments on commit 07c5e27

Please sign in to comment.