Skip to content

Commit

Permalink
Update grid_cell.rs
Browse files Browse the repository at this point in the history
use super::big_space::GridCell;
  • Loading branch information
DerKarlos authored Feb 26, 2024
1 parent 5d371b9 commit 0074bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/big_space/grid_cell.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ use super::precision::GridPrecision;
/// define a type alias!
///
/// ```
/// # use crate::big_space::GridCell;
/// # use super::big_space::GridCell;
/// type GalacticGrid = GridCell<i64>;
/// ```
///
Expand Down

0 comments on commit 0074bf7

Please sign in to comment.