1
0
Эх сурвалжийг харах

Update KeyframeTrack.js

Fix typo.
Michael Herzog 2 сар өмнө
parent
commit
a254a384c3

+ 1 - 1
src/animation/KeyframeTrack.js

@@ -10,7 +10,7 @@ import * as AnimationUtils from './AnimationUtils.js';
 import { warn, error } from '../utils.js';
 import { warn, error } from '../utils.js';
 
 
 /**
 /**
- * Represents s a timed sequence of keyframes, which are composed of lists of
+ * Represents a timed sequence of keyframes, which are composed of lists of
  * times and related values, and which are used to animate a specific property
  * times and related values, and which are used to animate a specific property
  * of an object.
  * of an object.
  */
  */

粤ICP备19079148号