Răsfoiți Sursa

Update KeyframeTrack.js

Fix typo.
Michael Herzog 1 lună în urmă
părinte
comite
a254a384c3
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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号