Skip to content

Commit 1242f93

Browse files
committed
Improve docs
1 parent c6f47d1 commit 1242f93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/GameControllerKit/GameControllerKit.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public class GameControllerKit: ObservableObject {
136136
///
137137
/// - Parameter action: ``GCKAction``
138138
/// - Returns: ``GCKMovePosition``
139-
@available(*, deprecated, message: "Use .position on the action directly")
139+
@available(*, deprecated, message: "Use ``GCKAction.position`` on the action directly")
140140
public func translate(action: GCKAction) -> GCKMovePosition {
141141
// swiftlint:disable:previous cyclomatic_complexity
142142
var position: GCKMovePosition = .unknown

0 commit comments

Comments
 (0)