Skip to content

Commit

Permalink
docs: fix doc typos (#3119)
Browse files Browse the repository at this point in the history
(cherry picked from commit acf5503)
  • Loading branch information
tuuzed authored Dec 12, 2023
1 parent 5f412d0 commit aaa65ff
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 aaa65ff

Please sign in to comment.