Fix incorrect function comment

Resolves #538

Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
This commit is contained in:
Ross Goldberg 2024-09-16 07:31:19 -04:00
parent 47f4b5c0da
commit d9780b8768
No known key found for this signature in database

View file

@ -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)