Skip to content

Commit 89fb1d3

Browse files
committed
Fixed doc comment.
1 parent 585bdf8 commit 89fb1d3

File tree

1 file changed

+1
-1
lines changed
  • server/swimos_agent/src/lanes/map

1 file changed

+1
-1
lines changed

server/swimos_agent/src/lanes/map/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ where
591591
decode.and_then(ProjTransform::new(projection))
592592
}
593593

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

0 commit comments

Comments
 (0)