You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2016/05/09 05:24:12 UTC

[jira] [Resolved] (ARROW-193) For the instruction, typos "int his" should be "in this"

     [ https://issues.apache.org/jira/browse/ARROW-193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wes McKinney resolved ARROW-193.
--------------------------------
    Resolution: Fixed

Resolved by https://github.com/apache/arrow/commit/1f04f7ff90c43efd72b57cc09ba21da1597682d6

> For the instruction, typos "int his" should be "in this"
> --------------------------------------------------------
>
>                 Key: ARROW-193
>                 URL: https://issues.apache.org/jira/browse/ARROW-193
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Java - Vectors
>            Reporter: Fangzhou
>            Assignee: Fangzhou
>            Priority: Minor
>
>  /**
>    * Provide the maximum amount of variable width bytes that can be stored int his vector.
>    * @return
>    */
>   int getByteCapacity();
> should be 
>  /**
>    * Provide the maximum amount of variable width bytes that can be stored in this vector.
>    * @return
>    */
>   int getByteCapacity();



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)