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 9298172 commit f1b9e2eCopy full SHA for f1b9e2e
crates/bevy_reflect/src/func/registry.rs
@@ -50,7 +50,7 @@ impl FunctionRegistry {
50
/// Registers the given function, overwriting any existing registration.
51
///
52
/// Functions are mapped according to their [name].
53
- /// To avoid overwriting existing registrations, , it's recommended to use the [`register`] method instead.
+ /// To avoid overwriting existing registrations, it's recommended to use the [`register`] method instead.
54
55
/// [name]: DynamicFunction::name
56
/// [`register`]: Self::register
0 commit comments