fix typo in 'integer' word (#39339)

Co-authored-by: Parth Parth <34807532+thecodingaviator@users.noreply.github.com>
This commit is contained in:
Karuppiah Natarajan 2020-08-26 20:08:43 +05:30 committed by GitHub
parent 5e5842871c
commit efa4e09efa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ question:
answers: answers:
- | - |
Retrieve a subset of rows and columns by supplying interger-location arguments. Retrieve a subset of rows and columns by supplying integer-location arguments.
- | - |
Access a group of rows and columns by supplying label(s) arguments. Access a group of rows and columns by supplying label(s) arguments.
- | - |