mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 03:23:08 +00:00
Fix incorrect function comment
Resolves #538 Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
This commit is contained in:
parent
47f4b5c0da
commit
d9780b8768
1 changed files with 2 additions and 2 deletions
|
@ -28,9 +28,9 @@ protocol AppLibrary {
|
|||
|
||||
/// Common logic
|
||||
extension AppLibrary {
|
||||
/// Finds an app by name.
|
||||
/// Finds an app by ID.
|
||||
///
|
||||
/// - Parameter id: MAS ID for app.
|
||||
/// - Parameter forId: MAS ID for app.
|
||||
/// - Returns: Software Product of app if found; nil otherwise.
|
||||
func installedApp(forId identifier: UInt64) -> SoftwareProduct? {
|
||||
let appId = NSNumber(value: identifier)
|
||||
|
|
Loading…
Reference in a new issue