Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianSpeitel committed Jan 4, 2024
1 parent fe02d4b commit 2cde0bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ fn receive(mut writer: EventWriter<MessageEvent>, mut streams: Query<&mut Stream
/// Channels(vec!["#bevy".to_owned()]),
/// ));
///
/// app.add_plugin(IRCPlugin);
/// app.add_plugins(IRCPlugin);
/// ```
pub struct IRCPlugin;

Expand Down

0 comments on commit 2cde0bf

Please sign in to comment.