This is an automated email from the ASF dual-hosted git repository.

shiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new db29723  ARROW-4215: [GLib] Fix typos in documentation
db29723 is described below

commit db29723f661174eefd04077666347a9bbaca5be1
Author: Kouhei Sutou <k...@clear-code.com>
AuthorDate: Thu Jan 10 11:49:29 2019 +0900

    ARROW-4215: [GLib] Fix typos in documentation
    
    This solves the following warnings:
    
        arrow-glib/basic-data-type.cpp:1070: warning: multi-line since docs 
found
        arrow-glib/decimal128.cpp:37: warning: Section decimal is not defined 
in the arrow-glib-sections.txt file.
    
    Author: Kouhei Sutou <k...@clear-code.com>
    
    Closes #3361 from kou/glib-fix-document and squashes the following commits:
    
    edd43c8a <Kouhei Sutou>  Fix typos in documentation
---
 c_glib/arrow-glib/basic-data-type.cpp | 2 +-
 c_glib/arrow-glib/decimal128.cpp      | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/c_glib/arrow-glib/basic-data-type.cpp 
b/c_glib/arrow-glib/basic-data-type.cpp
index 2a59996..861bbaf 100644
--- a/c_glib/arrow-glib/basic-data-type.cpp
+++ b/c_glib/arrow-glib/basic-data-type.cpp
@@ -1065,7 +1065,7 @@ 
garrow_decimal_data_type_class_init(GArrowDecimalDataTypeClass *klass)
  *
  * Since: 0.10.0
  *
- * Deprecate: 0.12.0:
+ * Deprecated: 0.12.0:
  *   Use garrow_decimal128_data_type_new() instead.
  */
 GArrowDecimalDataType *
diff --git a/c_glib/arrow-glib/decimal128.cpp b/c_glib/arrow-glib/decimal128.cpp
index a49dba5..32bdf5f 100644
--- a/c_glib/arrow-glib/decimal128.cpp
+++ b/c_glib/arrow-glib/decimal128.cpp
@@ -27,8 +27,8 @@
 G_BEGIN_DECLS
 
 /**
- * SECTION: decimal
- * @title: Decimal classes
+ * SECTION: decimal128
+ * @title: 128-bit decimal class
  * @include: arrow-glib/arrow-glib.h
  *
  * #GArrowDecimal128 is a 128-bit decimal class.

Reply via email to