Skip to content

Commit

Permalink
Fixed doc comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
horned-sphere committed Jun 26, 2024
1 parent 585bdf8 commit 89fb1d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/swimos_agent/src/lanes/map/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ where
decode.and_then(ProjTransform::new(projection))
}

/// An [`EventHandler`] that will alter an entry in the map.
/// An (event handler)[`crate::event_handler::EventHandler`] that will alter an entry in the map.
pub struct MapLaneTransformEntry<C, K, V, F> {
projection: for<'a> fn(&'a C) -> &'a MapLane<K, V>,
key_and_f: Option<(K, F)>,
Expand Down

0 comments on commit 89fb1d3

Please sign in to comment.