Fix typo in utility.rs (#7997)

This commit is contained in:
Ikko Eltociear Ashimine 2023-03-09 18:20:45 +09:00 committed by GitHub
parent 37df316219
commit e22572d9a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
///