Skip to content

Commit f1b9e2e

Browse files
committed
Fix doc
1 parent 9298172 commit f1b9e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_reflect/src/func/registry.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ impl FunctionRegistry {
5050
/// Registers the given function, overwriting any existing registration.
5151
///
5252
/// Functions are mapped according to their [name].
53-
/// To avoid overwriting existing registrations, , it's recommended to use the [`register`] method instead.
53+
/// To avoid overwriting existing registrations, it's recommended to use the [`register`] method instead.
5454
///
5555
/// [name]: DynamicFunction::name
5656
/// [`register`]: Self::register

0 commit comments

Comments
 (0)