Skip to content

Commit

Permalink
Merge pull request #296 from euclio/connect-doc
Browse files Browse the repository at this point in the history
fix `connect` documentation
  • Loading branch information
antoyo authored Nov 7, 2021
2 parents ca6911b + a31b3a7 commit d1c94b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
///
/// 3. Send `$msg` when the GTK+ `$event` is emitted on `$widget`.
///
/// 4. Send `$msg` to `$widget` when the `$message` is received on `$stream`.
/// 4. Send `$msg` to `$dst_component` when the `$message` is received on `$src_component`.
#[macro_export]
macro_rules! connect {
// Connect to a GTK+ widget event, sending a message to another widget.
Expand Down

0 comments on commit d1c94b6

Please sign in to comment.