Skip to content

Commit d1bea5b

Browse files
committed
Minor fix in HasShortDescription doc-comments
1 parent 828813c commit d1bea5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SwiftCompilerSources/Sources/SIL/Utilities/SequenceUtilities.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
import Basic
1414

15-
/// Types conforming to `HasName` will be displayed by their name (instead of the
16-
/// full object) in collection descriptions.
15+
/// Types conforming to `HasShortDescription` will be displayed by their name (instead
16+
/// of the full object) in collection descriptions.
1717
///
1818
/// This is useful to make collections, e.g. of BasicBlocks or Functions, readable.
1919
public protocol HasShortDescription {

0 commit comments

Comments
 (0)