Skip to content

Commit 39e74ca

Browse files
mpowell90kfc35
andauthored
Update crates/bevy_settings/src/lib.rs
Co-authored-by: Kevin Chen <chen.kevin.f@gmail.com>
1 parent 0606b3d commit 39e74ca

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • crates/bevy_settings/src

crates/bevy_settings/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ impl Plugin for PreferencesPlugin {
138138
///
139139
/// You can override the name of the section with `settings_group(group = "<name>")`.
140140
/// For enum `SettingGroup`s, you can also override the name of its key with `settings_group(key = "<name>")`
141+
/// For enum `SettingGroup`s, you can also override the name of its key with `settings_group(key = "<name>")`
141142
/// The name should be in ``snake_case`` to be consistent with TOML style.
142143
/// If there is a collision between names (multiple resources have the same name) then
143144
/// the resulting properties will be merged into a single section.

0 commit comments

Comments
 (0)