Skip to content

Commit 8d5376a

Browse files
committed
fixed typo
1 parent 8196b6b commit 8d5376a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sql-programming-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ you to construct DataFrames when the columns and their types are not known until
160160
<div data-lang="scala" markdown="1">
161161

162162
The Scala interaface for Spark SQL supports automatically converting an RDD containing case classes
163-
to a DataFrames. The case class
163+
to a DataFrame. The case class
164164
defines the schema of the table. The names of the arguments to the case class are read using
165165
reflection and become the names of the columns. Case classes can also be nested or contain complex
166166
types such as Sequences or Arrays. This RDD can be implicitly converted to a DataFrame and then be

0 commit comments

Comments
 (0)