We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0606b3d commit 39e74caCopy full SHA for 39e74ca
1 file changed
crates/bevy_settings/src/lib.rs
@@ -138,6 +138,7 @@ impl Plugin for PreferencesPlugin {
138
///
139
/// You can override the name of the section with `settings_group(group = "<name>")`.
140
/// 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>")`
142
/// The name should be in ``snake_case`` to be consistent with TOML style.
143
/// If there is a collision between names (multiple resources have the same name) then
144
/// the resulting properties will be merged into a single section.
0 commit comments