Skip to content

Commit

Permalink
Fix typo [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
j9liu committed Aug 5, 2022
1 parent 6d9084e commit beaee09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Scene/Model/Model.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ import SplitDirection from "../SplitDirection.js";
*
* @see Model.fromGltf
*
* @demo {@link https://sandcastle.cesium.com/index.html?src=3D%20Models.html%7CCesium Sandcastle Models Demo}
* @demo {@link https://sandcastle.cesium.com/index.html?src=3D%20Models.html|Cesium Sandcastle Models Demo}
*/
function Model(options) {
options = defaultValue(options, defaultValue.EMPTY_OBJECT);
Expand Down

0 comments on commit beaee09

Please sign in to comment.