diff --git a/query-builder/src/functions/rand.rs b/query-builder/src/functions/rand.rs index 57d851e19..8a316e33f 100644 --- a/query-builder/src/functions/rand.rs +++ b/query-builder/src/functions/rand.rs @@ -214,9 +214,9 @@ pub fn float_fn( /// /// # Arguments /// * `from` - The minimum value of the range. Can be a number, field or parameter reprsenting -/// the number. +/// the number. /// * `to` - The maximum value of the range. Can be a number, field or parameter reprsenting -/// the number. +/// the number. /// /// # Example /// ```rust