From 174ec918a49517146de7121187e74506fc709f12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=BB=E8=BB=8A=E5=90=9B?= Date: Mon, 21 Apr 2025 10:47:46 +0900 Subject: [PATCH] Fix typo --- tfjs-layers/src/models.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tfjs-layers/src/models.ts b/tfjs-layers/src/models.ts index 40d6e79a320..e48a70abbeb 100644 --- a/tfjs-layers/src/models.ts +++ b/tfjs-layers/src/models.ts @@ -773,7 +773,7 @@ export class Sequential extends LayersModel { * * @param x The input data, as a Tensor, or an `Array` of `tf.Tensor`s if * the model has multiple inputs. - * @param conifg A `ModelPredictConfig` object containing optional fields. + * @param args A `ModelPredictConfig` object containing optional fields. * * @return `tf.Tensor`(s) of predictions. *