Skip to content

Commit 52cf749

Browse files
committed
[gardening] Corrected comment.
1 parent a9f16c7 commit 52cf749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/AST/Decl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2862,7 +2862,7 @@ class GenericTypeDecl : public GenericContext, public TypeDecl {
28622862
/// code. One is formed implicitly when a declaration is written with an opaque
28632863
/// result type, as in:
28642864
///
2865-
/// func foo() -> opaque SignedInteger { return 1 }
2865+
/// func foo() -> some SignedInteger { return 1 }
28662866
///
28672867
/// The declared type is a special kind of ArchetypeType representing the
28682868
/// abstracted underlying type.

0 commit comments

Comments
 (0)