Skip to content

Commit

Permalink
Improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
0xWDG committed Aug 20, 2024
1 parent 1242f93 commit f3e50f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/GameControllerKit/GameControllerKit.swift
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public class GameControllerKit: ObservableObject {
///
/// - Parameter action: ``GCKAction``
/// - Returns: ``GCKMovePosition``
@available(*, deprecated, message: "Use ``GCKAction.position`` on the action directly")
@available(*, deprecated, message: "Use .position on the action directly")
public func translate(action: GCKAction) -> GCKMovePosition {
// swiftlint:disable:previous cyclomatic_complexity
var position: GCKMovePosition = .unknown
Expand Down

0 comments on commit f3e50f9

Please sign in to comment.