Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

For the instruction, typos "int his" should be "in this" #15542

Closed
asfimport opened this issue May 6, 2016 · 4 comments
Closed

For the instruction, typos "int his" should be "in this" #15542

asfimport opened this issue May 6, 2016 · 4 comments

Comments

@asfimport
Copy link

/**

  • 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();

Reporter: Fangzhou
Assignee: Fangzhou

Note: This issue was originally created as ARROW-193. Please see the migration documentation for further details.

@asfimport
Copy link
Author

Wes McKinney / @wesm:
Resolved by 1f04f7f

@asfimport
Copy link
Author

Fangzhou:
fixed

@asfimport
Copy link
Author

Fangzhou:
fix checked in

@asfimport
Copy link
Author

Wes McKinney / @wesm:
[~lfz_carlos] there's no need to close an issue after it has been resolved, thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant