Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JEnoch committed Jan 19, 2024
1 parent ca0feb1 commit b3e0535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenoh/src/handlers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ pub fn locked<T>(fnmut: impl FnMut(T)) -> impl Fn(T) {

/// A handler containing 2 callback functions:
/// - `callback`: the typical callback function. `context` will be passed as its last argument.
/// - `drop``: a callback called when this handler is dropped.
/// - `drop`: a callback called when this handler is dropped.
///
/// It is guaranteed that:
///
Expand Down

0 comments on commit b3e0535

Please sign in to comment.