Skip to content

Commit 9fe21ef

Browse files
authored
Fix typo
1 parent b4b7d1a commit 9fe21ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Specs/Core/TransformsSpec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@ defineSuite([
923923
}).toThrowDeveloperError();
924924
});
925925

926-
it('headingPitchRollToFixedFrame throws without an headingPitchRoll', function() {
926+
it('headingPitchRollToFixedFrame throws without a headingPitchRoll', function() {
927927
expect(function() {
928928
Transforms.headingPitchRollToFixedFrame(Cartesian3.ZERO, undefined);
929929
}).toThrowDeveloperError();

0 commit comments

Comments
 (0)