File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -536,15 +536,15 @@ pub trait ScalarUDFImpl: Debug + DynEq + DynHash + Send + Sync {
536536 ///
537537 /// This method is called when configuration options change at runtime
538538 /// (e.g., via `SET` statements) to allow functions that depend on
539- /// configuration to update themselves accordingly.
539+ /// configuration to update themselves accordingly.
540540 ///
541541 /// Note the current [`ConfigOptions`] are also passed to [`Self::invoke_with_args`] so
542542 /// this API is not needed for functions where the values may
543- /// depend on the current options.
543+ /// depend on the current options.
544544 ///
545545 /// This API is useful for functions where the return
546546 /// **type** depends on the configuration options, such as the `now()` function
547- /// which depends on the current timezone.
547+ /// which depends on the current timezone.
548548 ///
549549 /// # Arguments
550550 ///
You can’t perform that action at this time.
0 commit comments