We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 331eb09 commit f14335bCopy full SHA for f14335b
docs/docs/reference/changed/structural-types.md
@@ -6,7 +6,7 @@ title: "Programmatic Structural Types"
6
Previously, Scala supported structural types by means of
7
reflection. This is problematic on other platforms, because Scala's
8
reflection is JVM-based. Consequently, Scala.js and Scala.native don't
9
-dupport structural types fully. The reflction based implementation is
+support structural types fully. The reflction based implementation is
10
also needlessly restrictive, since it rules out other implementation
11
schemes. This makes structural types unsuitable for e.g. modelling
12
rows in a database, for which they would otherwise seem to be an ideal
0 commit comments