You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deletes a sentence from the doc comments for `Package.name` that wrongly
talks about the possibility of `name` being `nil`.
### Motivation:
`Package.name` is a non-Optional property so it can never be `nil`, so
[the current documentation for
it](https://developer.apple.com/documentation/packagedescription/package/name)
is factually wrong:
> The name of the Swift package.
>
> **Discussion**
>
> If the name of the package is `nil`, Swift Package Manager deduces the
name of the package using its Git URL.
### Modifications:
- Deleted part of a doc comment.
0 commit comments