Skip to content

Commit

Permalink
Fix typo in utility.rs (bevyengine#7997)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear authored and Shfty committed Mar 19, 2023
1 parent e2892b1 commit e6dc4f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_reflect/bevy_reflect_derive/src/utility.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ impl Default for WhereClauseOptions {
/// # Arguments
///
/// * `where_clause`: existing `where` clause present on the object to be derived
/// * `where_clause_options`: additional paramters defining which trait bounds to add to the `where` clause
/// * `where_clause_options`: additional parameters defining which trait bounds to add to the `where` clause
///
/// # Example
///
Expand Down

0 comments on commit e6dc4f0

Please sign in to comment.