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 2e71828 commit f315812Copy full SHA for f315812
TSPL.docc/ReferenceManual/Types.md
@@ -937,7 +937,7 @@ of any type that satisfies the *constraint*.
937
This behavior contrasts with how an opaque types work,
938
where there is some specific conforming type known at compile time.
939
The additional level of indirection that's used
940
-when working with a boxed protocol type is called :newTerm:`boxing`.
+when working with a boxed protocol type is called *boxing*.
941
Boxing typically requires a separate memory allocation for storage
942
and an additional level of indirection for access,
943
which incurs a performance cost at runtime.
0 commit comments