Skip to content

Commit

Permalink
Fix a typo in ToggleBetweenMinAndMax's deprecation message
Browse files Browse the repository at this point in the history
  • Loading branch information
saket committed Nov 15, 2024
1 parent 2952481 commit edd9974
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ fun interface DoubleClickToZoomListener {
* Toggles between [ZoomSpec.maxZoomFactor] and the minimum zoom factor on double clicks.
*/
@Deprecated(
message = "Use DoubleClickToZoomListener.Cycle() instead",
message = "Use DoubleClickToZoomListener.cycle() instead",
replaceWith = ReplaceWith("DoubleClickToZoomListener.cycle()"),
)
data object ToggleBetweenMinAndMax : DoubleClickToZoomListener {
Expand Down

0 comments on commit edd9974

Please sign in to comment.