Skip to content

Commit

Permalink
Fix docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Uralstech committed Dec 8, 2024
1 parent 41cf25c commit e53696b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class XRKeyboardManager : Singleton<XRKeyboardManager>
[FormerlySerializedAs("_player")] public Transform PlayerTransform;

/// <summary>
/// <see cref="OVRVirtualKeyboard"> prefab to spawn when needed.
/// <see cref="OVRVirtualKeyboard"/> prefab to spawn when needed.
/// </summary>
[Tooltip("OVRVirtualKeyboard prefab to spawn when needed.")]
[FormerlySerializedAs("_keyboardPrefab")] public OVRVirtualKeyboard KeyboardPrefab;
Expand Down

0 comments on commit e53696b

Please sign in to comment.