diff options
author | Neil Vachharajani <neilv@src.gnome.org> | 1999-05-26 04:55:57 +0000 |
---|---|---|
committer | Neil Vachharajani <neilv@src.gnome.org> | 1999-05-26 04:55:57 +0000 |
commit | 76c28cbbad3302b2edc81bcd2c52abefbf5755f5 (patch) | |
tree | 3e7c3ea8cb220a6c0e2d5ecd73c0054332eb04b0 /docs | |
parent | 34c2f209682edc63955860b953dd75bdfa96cf4c (diff) | |
download | gtk+-76c28cbbad3302b2edc81bcd2c52abefbf5755f5.tar.gz |
Fixed a forgotten period after a @xref.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/gtk.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gtk.texi b/docs/gtk.texi index f51b7542b6..6f1abfe586 100644 --- a/docs/gtk.texi +++ b/docs/gtk.texi @@ -1109,7 +1109,7 @@ opaque. All widget creation routines in GTK return pointers to GtkWidget structures. In reality, all widget creation routines create structures that can be viewed as equivalent to the GtkWidget structure, but often -have contain additional information. @xref{Object Implementation} +have contain additional information. @xref{Object Implementation}. The widgets available for use are implemented in a hierarchy. Several widgets exist solely as common bases for more specific widgets. For |