Skip to content

Commit 696c55c

Browse files
msal4leaanthonyclaude
authored
Update code block range in howdoesitwork.mdx (#4884)
* Update code block range in howdoesitwork.mdx * docs: add changelog entry for PR #4884 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> --------- Co-authored-by: Lea Anthony <lea.anthony@gmail.com> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 0357730 commit 696c55c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

website/docs/howdoesitwork.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ var AllWeekdays = []struct {
235235
}
236236
```
237237

238-
```go {10-12}
238+
```go {14-16}
239239
//...
240240
err := wails.Run(&options.App{
241241
Title: "Basic Demo",

website/src/pages/changelog.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616

1717
### Fixed
1818

19+
- Fixed code block range in "How Does It Work?" documentation [#4884](https://github.com/wailsapp/wails/pull/4884) by @msal4
1920
- Fixed WebView crash on macOS 26 (Tahoe) during rapid UI updates [#4592](https://github.com/wailsapp/wails/issues/4592) by @leaanthony
2021
- Updated menu reference docs with complete imports by @agilgur5 in [#4727](https://github.com/wailsapp/wails/pull/4727) and [#4742](https://github.com/wailsapp/wails/pull/4742)
2122
- Fixed menu reference syntax by @agilgur5 in [#4726](https://github.com/wailsapp/wails/pull/4726)

0 commit comments

Comments
 (0)