Skip to content

Commit f2240f3

Browse files
committed
Make normal comment a doc comment
1 parent 4fadcf6 commit f2240f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/bevy_entropy/src/lib.rs

+2-2
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)