Skip to content

Commit ab39bdd

Browse files
committed
Make normal comment a doc comment
1 parent f5f1b82 commit ab39bdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/bevy_entropy/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ pub mod prelude {
1010
/// Provides a source of entropy.
1111
/// This enables deterministic random number generation.
1212
///
13-
// See <https://github.com/bevyengine/bevy/discussions/2480> for issues
14-
// to be mindful of if you desire complete determinism.
13+
/// See <https://github.com/bevyengine/bevy/discussions/2480> for issues
14+
/// to be mindful of if you desire complete determinism.
1515
#[derive(Default)]
1616
pub struct EntropyPlugin;
1717

0 commit comments

Comments
 (0)