You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2017/04/26 14:33:50 UTC

arrow git commit: ARROW-903: [GLib] Remove a needless "."

Repository: arrow
Updated Branches:
  refs/heads/master 3ad9d09f3 -> 02c32ff93


ARROW-903: [GLib] Remove a needless "."

Author: Kouhei Sutou <ko...@clear-code.com>

Closes #603 from kou/glib-tensor-doc and squashes the following commits:

527c4db [Kouhei Sutou] [GLib] Remove a needless "."


Project: http://git-wip-us.apache.org/repos/asf/arrow/repo
Commit: http://git-wip-us.apache.org/repos/asf/arrow/commit/02c32ff9
Tree: http://git-wip-us.apache.org/repos/asf/arrow/tree/02c32ff9
Diff: http://git-wip-us.apache.org/repos/asf/arrow/diff/02c32ff9

Branch: refs/heads/master
Commit: 02c32ff938de4507483fc69f39847291319f427f
Parents: 3ad9d09
Author: Kouhei Sutou <ko...@clear-code.com>
Authored: Wed Apr 26 10:33:44 2017 -0400
Committer: Wes McKinney <we...@twosigma.com>
Committed: Wed Apr 26 10:33:44 2017 -0400

----------------------------------------------------------------------
 c_glib/arrow-glib/tensor.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/arrow/blob/02c32ff9/c_glib/arrow-glib/tensor.cpp
----------------------------------------------------------------------
diff --git a/c_glib/arrow-glib/tensor.cpp b/c_glib/arrow-glib/tensor.cpp
index 82f6635..27af753 100644
--- a/c_glib/arrow-glib/tensor.cpp
+++ b/c_glib/arrow-glib/tensor.cpp
@@ -30,7 +30,7 @@ G_BEGIN_DECLS
 
 /**
  * SECTION: tensor
- * @short_description: Tensor class.
+ * @short_description: Tensor class
  * @include: arrow-glib/arrow-glib.h
  *
  * #GArrowTensor is a tensor class.