Skip to content

Commit 3411dfc

Browse files
authored
[style][修改struct描述] (#267)
修改注释
1 parent b53dc57 commit 3411dfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/modules/scf/interface.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ export interface UpdateFunctionCodeOptions {
371371
export interface GetRequestStatusOptions {
372372
// 函数名称
373373
functionName: string;
374-
// 请求 ID
374+
// 请求ID
375375
functionRequestId: string;
376376
// 命名空间
377377
namespace?: string;
@@ -388,7 +388,7 @@ export interface GetRequestStatusOptions {
388388
functionName: string
389389

390390
/**
391-
* 需要查询状态的请求 id
391+
* 需要查询状态的请求id
392392
*/
393393
functionRequestId: string
394394

0 commit comments

Comments
 (0)