Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 028b0c8

Browse files
OppenMegaRedHand
andauthored
Link struct mention to its docs
Co-authored-by: Tomás <47506558+MegaRedHand@users.noreply.github.com>
1 parent 6ddb5a9 commit 028b0c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/state/in_memory_state_reader.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use cairo_vm::felt::Felt252;
1414
use getset::{Getters, MutGetters};
1515
use std::collections::HashMap;
1616

17-
/// A StateReader that holds all the data in memory.
17+
/// A [StateReader] that holds all the data in memory.
1818
///
1919
/// This implementation is used for testing and debugging.
2020
/// It uses HashMaps to store the data.

0 commit comments

Comments
 (0)