Skip to content

Commit

Permalink
Fix code example in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierMonton committed Nov 1, 2021
1 parent 24483a3 commit 6f8ea85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Modules/Cassandra.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ instance.asCassandra("TestTable", "primaryKey")
### Or from an instance of other types
```scala
val mySparkDataframe: Dataframe = ???
mySparkDataframe.asCassandra("TestTable", "primaryKey")
mySparkDataframe.schema.asCassandra("TestTable", "primaryKey")
```

0 comments on commit 6f8ea85

Please sign in to comment.