Fixed minor documentation mistakes.

This commit is contained in:
Harrison Deng 2022-04-18 01:33:34 -05:00
parent 11ec2d29e0
commit 8cb39bf9cc
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
import VisualizerUpdateManager from "../visualization/VisualizerUpdateManager.js";
import { mapBinNumerical, mapRangedAvgNumerical } from "./numeric.js";
/**

View File

@ -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.