You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/StardustDocs/topics/compilerPluginExamples.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@
3
3
This page provides a few examples that you can copy directly to your project.
4
4
[Schema info](staticInterpretation.md#schema-info) will be a convenient way to observe the result of different operations.
5
5
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.
0 commit comments