Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Update builder.md #645

Merged
merged 1 commit into from
Dec 1, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/manual/builder.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ connector between the XML definition and our Julia code.
```julia
b = GtkBuilder(filename="path/to/myapp.glade")
```
Alternatively, if we would store above XML definition in a Julia string `myapp` we can initalize
Alternatively, if we would store above XML definition in a Julia string `myapp` we can initialize
the builder by
```julia
b = GtkBuilder(buffer=myapp)
Expand Down