Skip to content

Commit ab007fe

Browse files
committed
another docs fix
1 parent 7e40fa8 commit ab007fe

File tree

1 file changed

+1
-1
lines changed
  • sql/pipelines/src/main/scala/org/apache/spark/sql/pipelines/graph

1 file changed

+1
-1
lines changed

sql/pipelines/src/main/scala/org/apache/spark/sql/pipelines/graph/elements.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ sealed trait Output {
8282

8383
/**
8484
* Normalized storage location used for storing materializations for this [[Output]].
85-
* If [[None]], it means this [[Output]] has not been normalized yet.
85+
* If None, it means this [[Output]] has not been normalized yet.
8686
*/
8787
def normalizedPath: Option[String]
8888

0 commit comments

Comments
 (0)