summaryrefslogtreecommitdiff
path: root/gtk/gtktextbuffer.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-01-31 11:11:23 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-01 05:35:43 -0500
commit66071234f62314e339aafbd21b7f7bbe53535d18 (patch)
tree0b8203add17b4f0c173a2c311a01313d24987997 /gtk/gtktextbuffer.c
parentd86a63776b5c7d9e96114a8a9bc0e2ae592575c9 (diff)
downloadgtk+-66071234f62314e339aafbd21b7f7bbe53535d18.tar.gz
docs: list items require blank lines
Diffstat (limited to 'gtk/gtktextbuffer.c')
-rw-r--r--gtk/gtktextbuffer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtktextbuffer.c b/gtk/gtktextbuffer.c
index a0cde545b2..8ae90cc498 100644
--- a/gtk/gtktextbuffer.c
+++ b/gtk/gtktextbuffer.c
@@ -2974,8 +2974,8 @@ gtk_text_buffer_get_start_iter (GtkTextBuffer *buffer,
*
* Initializes @iter with the "end iterator," one past the last valid
* character in the text buffer. If dereferenced with
- * gtk_text_iter_get_char(), the end iterator has a character value of
- * 0. The entire buffer lies in the range from the first position in
+ * gtk_text_iter_get_char(), the end iterator has a character value of 0.
+ * The entire buffer lies in the range from the first position in
* the buffer (call gtk_text_buffer_get_start_iter() to get
* character position 0) to the end iterator.
**/