Fixed minor documentation mistakes.
This commit is contained in:
parent
11ec2d29e0
commit
8cb39bf9cc
@ -1,3 +1,4 @@
|
||||
import VisualizerUpdateManager from "../visualization/VisualizerUpdateManager.js";
|
||||
import { mapBinNumerical, mapRangedAvgNumerical } from "./numeric.js";
|
||||
|
||||
/**
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
/**
|
||||
* @typedef {function} interpolator
|
||||
* @typedef {Function} interpolator
|
||||
* @param {number} current the current value.
|
||||
* @param {number} dest the destination value.
|
||||
* @param {number} frameDelta the time elapsed since the last update.
|
||||
|
Loading…
Reference in New Issue
Block a user