Commit 29e5620
authored
Delete wrong doc comment for Package.name (#8843)
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.1 parent 94203e5 commit 29e5620
1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | 75 | | |
79 | 76 | | |
80 | 77 | | |
| |||
0 commit comments