diff --git a/webcam-transfer-learning/controller_dataset.js b/webcam-transfer-learning/controller_dataset.js index 51c9580af..e482a0666 100644 --- a/webcam-transfer-learning/controller_dataset.js +++ b/webcam-transfer-learning/controller_dataset.js @@ -29,7 +29,7 @@ export class ControllerDataset { * Adds an example to the controller dataset. * @param {Tensor} example A tensor representing the example. It can be an image, * an activation, or any other type of Tensor. - * @param {number} label The label of the example. Should be an umber. + * @param {number} label The label of the example. Should be a number. */ addExample(example, label) { // One-hot encode the label.