Repository: arrow Updated Branches: refs/heads/master 3ad9d09f3 -> 02c32ff93
ARROW-903: [GLib] Remove a needless "." Author: Kouhei Sutou <[email protected]> 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 <[email protected]> Authored: Wed Apr 26 10:33:44 2017 -0400 Committer: Wes McKinney <[email protected]> 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.
