Inscription|InfoBar: Fix small cosmetic issue@docs

This commit is contained in:
Daniel Boles 2023-04-30 16:05:11 +01:00
parent 0736fef585
commit 2dd7ab2a50
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ G_GNUC_BEGIN_IGNORE_DEPRECATIONS
/**
* GtkInfoBar:
*
* `GtkInfoBar` can be show messages to the user without a dialog.
* `GtkInfoBar` can be used to show messages to the user without a dialog.
*
* ![An example GtkInfoBar](info-bar.png)
*

View File

@ -43,7 +43,7 @@
* space as well as it can.
*
* Users of this widget should take care to plan behaviour for the common case
* where the text doesn't fit exactly in the allocated space, .
* where the text doesn't fit exactly in the allocated space.
*
* Since: 4.8
*/