docs: Fix a typo in a code example on the accessibility page

Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
Philip Withnall 2024-08-15 14:18:31 +01:00
parent 5e3240a32f
commit d182b133a9
No known key found for this signature in database
GPG Key ID: DCDF5885B1F3ED73

View File

@ -300,7 +300,7 @@ The attributes can also enhance the UI:
```c
gtk_button_set_label (GTK_BUTTON (button), "Download");
gtk_box_append (GTK_BOX (button), button);
gtk_box_append (GTK_BOX (box), button);
gtk_label_set_text (GTK_LABEL (label), "Final report.pdf");
gtk_box_append (GTK_BOX (box), label);