Skip to content

Commit

Permalink
Update builder.md (#645)
Browse files Browse the repository at this point in the history
Fixed a typo.
  • Loading branch information
pitmonticone committed Dec 1, 2022
1 parent 73421a8 commit 57c3bfe
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 57c3bfe

Please sign in to comment.