Skip to content

Commit

Permalink
Fix doc lints
Browse files Browse the repository at this point in the history
  • Loading branch information
janhohenheim authored Mar 1, 2024
1 parent 980f564 commit 5e4917f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/example_dialogue_view/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
//!
//! ## Usage
//!
//! It's enough to simply register [`ExampleYarnSpinnerDialogueViewPlugin`] alongside [`YarnSpinnerPlugin`](bevy_yarnspinner::prelude::YarnSpinnerPlugin):
//! It's enough to simply register [`ExampleYarnSpinnerDialogueViewPlugin`] alongside [`YarnSpinnerPlugin`]:
//! ```no_run
//! use bevy::prelude::*;
//! use bevy_yarnspinner::*;
Expand Down

0 comments on commit 5e4917f

Please sign in to comment.