mirror of
https://github.com/bevyengine/bevy
synced 2025-02-16 22:18:33 +00:00
Fix typo in utility.rs (#7997)
This commit is contained in:
parent
37df316219
commit
e22572d9a3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
///
|
||||
|
|
Loading…
Add table
Reference in a new issue