Skip to content

Commit

Permalink
fix warnings in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jserranohidalgo committed Jul 19, 2022
1 parent 8a1b2f5 commit 429f150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/docs/modularity.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ val userDF = List(

```scala mdoc
userDF.show()
userDF.printSchema
userDF.printSchema()
```

We may refer to these columns using their full names:
Expand Down

0 comments on commit 429f150

Please sign in to comment.