Skip to content

Commit

Permalink
Fix docs intra doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
cottinisimone committed May 6, 2024
1 parent e4bc2d1 commit fb1ff8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/manager/locked_load.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ use uuid::Uuid;
use crate::store::EventStoreLockGuard;
use crate::AggregateState;

/// The outcome of [`AggregateManager::lock_and_load`], akin to `Option<AggregateState<_>>`.
/// The outcome of [`crate::manager::AggregateManager::lock_and_load`], akin to `Option<AggregateState<_>>`.
///
/// it contains the loaded AggregateState if found,
/// it contains the loaded [`AggregateState`] if found,
/// and ensures that the lock is preserved in all cases.
///
/// Releases the lock on drop, unless it gets transferred through its API.
Expand Down

0 comments on commit fb1ff8e

Please sign in to comment.