Skip to content

Commit 43bb9a9

Browse files
committed
fix.
1 parent d0a9086 commit 43bb9a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sql/core/src/main/scala/org/apache/spark/sql/UDFRegistration.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class UDFRegistration private[sql] (functionRegistry: FunctionRegistry) extends
8181
/**
8282
* Registers a user-defined function (UDF), for a UDF that's already defined using the Dataset
8383
* API (i.e. of type UserDefinedFunction). To change a UDF to nondeterministic, call the API
84-
* [[UserDefinedFunction.asNondeterministic()]].
84+
* `UserDefinedFunction.asNondeterministic()`.
8585
*
8686
* Example:
8787
* {{{

0 commit comments

Comments
 (0)