Ver Fonte

Update KeyframeTrack.js

Fix typo.
Michael Herzog há 4 meses atrás
pai
commit
a254a384c3
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/animation/KeyframeTrack.js

+ 1 - 1
src/animation/KeyframeTrack.js

@@ -10,7 +10,7 @@ import * as AnimationUtils from './AnimationUtils.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
  * of an object.
  */

粤ICP备19079148号