Skip to content

Commit 946fde2

Browse files
committed
update korro
1 parent 02d76f8 commit 946fde2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/StardustDocs/topics/convert.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ enum class Direction { NORTH, SOUTH, WEST, EAST }
5757

5858
```kotlin
5959
dataFrameOf("direction")("NORTH", "WEST")
60-
.convert("direction").to<Direction>()
60+
.convert("direction").to<Direction>()
6161
```
6262

6363
<!---END-->
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[//]: # (title: Group/concat rows)
1+
[//]: # (title: GroupBy/concat rows)
22

33
* [`groupBy`](groupBy.md) — groups rows of `DataFrame` by given key columns
44
* [`concat`](concat.md) — concatenates rows from several `DataFrames` into single `DataFrame`

0 commit comments

Comments
 (0)