Skip to content

Commit

Permalink
Update scaleKey docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Jul 7, 2024
1 parent aaac7d2 commit e18df74
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Sources/Nuke/ImageRequest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -357,8 +357,7 @@ public struct ImageRequest: CustomStringConvertible, Sendable, ExpressibleByStri
/// ```
public static let imageIdKey: ImageRequest.UserInfoKey = "github.com/kean/nuke/imageId"

/// The image scale to be used. By default, the scale matches the scale
/// of the current display.
/// The image scale to be used. By default, the scale is `1`.
public static let scaleKey: ImageRequest.UserInfoKey = "github.com/kean/nuke/scale"

/// Specifies whether the pipeline should retrieve or generate a thumbnail
Expand Down

0 comments on commit e18df74

Please sign in to comment.