Skip to content

Commit a0e8b04

Browse files
authored
Merge pull request #86041 from MahdiBM/patch-1
Minor fix in `HasShortDescription` doc-comments
2 parents 7b21437 + d1bea5b commit a0e8b04

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)