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 @@ -550,15 +550,15 @@ pub trait ScalarUDFImpl: Debug + DynEq + DynHash + Send + Sync {
550550 ///
551551 /// This method is called when configuration options change at runtime
552552 /// (e.g., via `SET` statements) to allow functions that depend on
553- /// configuration to update themselves accordingly.
553+ /// configuration to update themselves accordingly.
554554 ///
555555 /// Note the current [`ConfigOptions`] are also passed to [`Self::invoke_with_args`] so
556556 /// this API is not needed for functions where the values may
557- /// depend on the current options.
557+ /// depend on the current options.
558558 ///
559559 /// This API is useful for functions where the return
560560 /// **type** depends on the configuration options, such as the `now()` function
561- /// which depends on the current timezone.
561+ /// which depends on the current timezone.
562562 ///
563563 /// # Arguments
564564 ///
You can’t perform that action at this time.
0 commit comments