From c80a0e6b178def951268ef26ea86f29e74332505 Mon Sep 17 00:00:00 2001 From: LiAn Date: Mon, 13 Jun 2022 09:25:23 +0000 Subject: [PATCH] update zh-cn/application-dev/reference/arkui-ts/ts-interpolation-calculation.md. Signed-off-by: LiAn --- .../reference/arkui-ts/ts-interpolation-calculation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/arkui-ts/ts-interpolation-calculation.md b/zh-cn/application-dev/reference/arkui-ts/ts-interpolation-calculation.md index 881e7babeb..8d7f9b9f75 100644 --- a/zh-cn/application-dev/reference/arkui-ts/ts-interpolation-calculation.md +++ b/zh-cn/application-dev/reference/arkui-ts/ts-interpolation-calculation.md @@ -45,7 +45,7 @@ steps(count: number, end: boolean): Object | 参数名 | 类型 | 必填 | 默认值 | 说明 | | -------- | -------- | -------- | -------- | -------- | | count | number | 是 | - | 阶梯的数量,需要为正整数。 | - | end | boolean | 否 | true | 在每个间隔的起点或是终点发生阶跃变化 ,默认值为true,即在终点发生阶跃变化。 | + | end | boolean | 是 | true | 在每个间隔的起点或是终点发生阶跃变化 ,默认值为true,即在终点发生阶跃变化。 | - 返回值 曲线对象Object。 -- GitLab