Skip to content

Commit f315812

Browse files
committed
Put new term in italics
Fixes: rdar://134040049
1 parent 2e71828 commit f315812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TSPL.docc/ReferenceManual/Types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,7 @@ of any type that satisfies the *constraint*.
937937
This behavior contrasts with how an opaque types work,
938938
where there is some specific conforming type known at compile time.
939939
The additional level of indirection that's used
940-
when working with a boxed protocol type is called :newTerm:`boxing`.
940+
when working with a boxed protocol type is called *boxing*.
941941
Boxing typically requires a separate memory allocation for storage
942942
and an additional level of indirection for access,
943943
which incurs a performance cost at runtime.

0 commit comments

Comments
 (0)