Skip to content

Commit fbb39ce

Browse files
compiler plugin docs fixes
1 parent 1ab848f commit fbb39ce

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/StardustDocs/topics/Compiler-Plugin.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@
22

33
<web-summary>
44
Explore the Kotlin DataFrame Compiler Plugin —
5-
a powerful tool for on-the-fly generating type-safe accessors in DataFrames.
5+
a powerful tool providing on-the-fly type-safe column-accessors for dataframes.
66
</web-summary>
77

88
<card-summary>
99
Explore the Kotlin DataFrame Compiler Plugin —
10-
a powerful tool for on-the-fly generating type-safe accessors in DataFrames.
10+
a powerful tool providing on-the-fly type-safe column-accessors for dataframes.
1111
</card-summary>
1212

1313
<link-summary>
1414
Explore the Kotlin DataFrame Compiler Plugin —
15-
a powerful tool for on-the-fly generating type-safe accessors in DataFrames.
15+
a powerful tool providing on-the-fly type-safe column-accessors for dataframes.
1616
</link-summary>
1717

1818

19-
> Now available in Gradle projects, is coming to Kotlin Notebook and Maven projects soon.
19+
> Now available in Gradle projects, is coming soon to Kotlin Notebook and Maven projects.
2020
2121
**Kotlin DataFrame Compiler Plugin** is a Kotlin compiler plugin that automatically generates
22-
**[type-safe extension properties](extensionPropertiesApi.md)** for your DataFrame,
23-
allowing you to access columns and rows in a type-safe way and avoid mistakes in column names.
22+
**[type-safe extension properties](extensionPropertiesApi.md)** for your dataframes,
23+
allowing you to access columns and row values in a type-safe way and avoid mistakes in column names.
2424

2525
## Why use it?
2626

docs/StardustDocs/topics/compilerPluginExamples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
This page provides a few examples that you can copy directly to your project.
44
[Schema info](staticInterpretation.md#schema-info) will be a convenient way to observe the result of different operations.
55

6-
> See also a [Kotlin DataFrame in the IntelliJ IDEA project example](https://github.com/Kotlin/dataframe/blob/master/examples/kotlin-dataframe-plugin-example)
7-
> — an IntelliJ IDEA project showcasing simple DataFrame expressions using the Compiler Plugin.
6+
> See also an [IntelliJ IDEA project example](https://github.com/Kotlin/dataframe/blob/master/examples/kotlin-dataframe-plugin-example),
7+
> showcasing simple DataFrame expressions using the Compiler Plugin.
88
99
### Example 1
1010

0 commit comments

Comments
 (0)