docs: Change // (regular comment) to /// (doc comment)

This commit is contained in:
demenik
2025-12-10 17:46:27 +01:00
parent 6bd135ca72
commit 5106561503
5 changed files with 6 additions and 6 deletions

View File

@@ -174,7 +174,7 @@ fn load_savegame(
}
}
// Resets all components/resources loaded by `load_savegame`
/// Resets all components/resources loaded by `load_savegame`
fn reset_savegame(
mut commands: Commands,
grid: Res<Grid>,