Skip to content

Commit 92e480b

Browse files
committed
referring to wiki in readme
1 parent 50521ff commit 92e480b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@ This is not needed when running the Kotlin Spark API from a Jupyter notebook.
119119
```kotlin
120120
spark.dsOf("a" to 1, "b" to 2)
121121
```
122-
The example above produces `Dataset<Pair<String, Int>>`. While Kotlin Pairs and Triples are supported, Scala Tuples are reccomended for better support.
122+
The example above produces `Dataset<Pair<String, Int>>`. While Kotlin Pairs and Triples are supported, Scala Tuples are
123+
recommended for better support.
123124

124125
### Null safety
125126
There are several aliases in API, like `leftJoin`, `rightJoin` etc. These are null-safe by design.

0 commit comments

Comments
 (0)