Skip to content

Commit f14335b

Browse files
committed
Fix typo
1 parent 331eb09 commit f14335b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/changed/structural-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: "Programmatic Structural Types"
66
Previously, Scala supported structural types by means of
77
reflection. This is problematic on other platforms, because Scala's
88
reflection is JVM-based. Consequently, Scala.js and Scala.native don't
9-
dupport structural types fully. The reflction based implementation is
9+
support structural types fully. The reflction based implementation is
1010
also needlessly restrictive, since it rules out other implementation
1111
schemes. This makes structural types unsuitable for e.g. modelling
1212
rows in a database, for which they would otherwise seem to be an ideal

0 commit comments

Comments
 (0)