Skip to content

Commit e4ad3d7

Browse files
committed
Corrected a typo in comment
1 parent 6e51bf9 commit e4ad3d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Tests/InputSystem/Plugins/XRTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ public void Layouts_PoseControlsCanBeCreatedBySubcontrols()
768768
var generatedLayout = InputSystem.LoadLayout("XRInputV1::XRManufacturer::XRDevice");
769769
Assert.That(generatedLayout, Is.Not.Null);
770770

771-
// A Pose control parent was created based off subcontrols
771+
// A Pose control parent was created based off sub-controls
772772
var pose = generatedLayout["PoseControl"];
773773
Assert.That(pose.layout, Is.EqualTo(new InternedString("Pose")));
774774
}

0 commit comments

Comments
 (0)