Skip to content

Commit 5ee519e

Browse files
fix title in migration guide
1 parent a36e7dc commit 5ee519e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/StardustDocs/topics/MigrationTo_1_0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ DataFrame.readCsv(
9999
)
100100
```
101101

102-
### Deprecation of `cols()` in Columns Selection DSL
102+
### Deprecation of `cols()` and other methods in Columns Selection DSL
103103

104104
`cols()` overloads without arguments, which select all columns of a DataFrame or
105105
all subcolumns inside a column group in the [Columns Selection DSL](ColumnSelectors.md),

0 commit comments

Comments
 (0)