File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -2416,7 +2416,7 @@ class ValueDecl : public Decl {
2416
2416
bool isUsableFromInline () const ;
2417
2417
2418
2418
// / Returns \c true if this declaration is *not* intended to be used directly
2419
- // / by application developers despite of the visibility.
2419
+ // / by application developers despite the visibility.
2420
2420
bool shouldHideFromEditor () const ;
2421
2421
2422
2422
bool hasAccess () const {
Original file line number Diff line number Diff line change @@ -2550,8 +2550,6 @@ bool ValueDecl::isUsableFromInline() const {
2550
2550
return false ;
2551
2551
}
2552
2552
2553
- // / Returns \c true if this declaration is *not* intended to be used directly
2554
- // / by application developers despite of the visibility.
2555
2553
bool ValueDecl::shouldHideFromEditor () const {
2556
2554
// Hide private stdlib declarations.
2557
2555
if (isPrivateStdlibDecl (/* treatNonBuiltinProtocolsAsPublic*/ false ) ||
You can’t perform that action at this time.
0 commit comments