Skip to content

Commit

Permalink
docs: fix doc typos
Browse files Browse the repository at this point in the history
  • Loading branch information
tuuzed committed Dec 12, 2023
1 parent 5849fc6 commit acf5503
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Go: `WindowIsNormal(ctx context.Context) bool`<br/> JS: `WindowIsNormal() bool`

Go: `WindowSetSize(ctx context.Context, width int, height int)`<br/> JS: `WindowSetSize(width: number, height: number)`

### WindowSetSize 获取窗口尺寸
### WindowGetSize 获取窗口尺寸

获取窗口的宽度和高度。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Go: `WindowIsNormal(ctx context.Context) bool`<br/> JS: `WindowIsNormal() bool`

Go: `WindowSetSize(ctx context.Context, width int, height int)`<br/> JS: `WindowSetSize(size: Size)`

### WindowSetSize 获取窗口尺寸
### WindowGetSize 获取窗口尺寸

获取窗口的宽度和高度。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Go: `WindowIsNormal(ctx context.Context) bool`<br/> JS: `WindowIsNormal() bool`

Go: `WindowSetSize(ctx context.Context, width int, height int)`<br/> JS: `WindowSetSize(width: number, height: number)`

### WindowSetSize 获取窗口尺寸
### WindowGetSize 获取窗口尺寸

获取窗口的宽度和高度。

Expand Down

0 comments on commit acf5503

Please sign in to comment.