Skip to content

Commit 3b35000

Browse files
committed
reverted one line
1 parent 3408fff commit 3b35000

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎docs/StardustDocs/topics/concepts/apiLevels.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ DataFrame.readCsv("titanic.csv")
159159

160160
> The `titanic.csv` file can be found [here](https://github.com/Kotlin/dataframe/blob/master/data/titanic.csv).
161161
162-
The Extension Properties API provides column names and types at compile-time,
162+
The Extension Properties API provides column names and -types at compile-time,
163163
while the String API could be used with incorrect column names or types and break at runtime.
164164

165165
Additionally, when using [IntelliJ IDEA](https://www.jetbrains.com/idea/) with

0 commit comments

Comments
 (0)