Skip to content

Commit

Permalink
Correct case of function names.
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-tuininga committed Nov 4, 2021
1 parent 53f4f13 commit f73a7c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/src/user_guide/round_trips.rst
Expand Up @@ -259,13 +259,13 @@ back.
* - :func:`dpiData_getIsNull()`
- No
-
* - :func:`dpiData_getJSON()`
* - :func:`dpiData_getJson()`
- No
-
* - :func:`dpiData_getJSONArray()`
* - :func:`dpiData_getJsonArray()`
- No
-
* - :func:`dpiData_getJSONObject()`
* - :func:`dpiData_getJsonObject()`
- No
-
* - :func:`dpiData_getLOB()`
Expand Down

0 comments on commit f73a7c1

Please sign in to comment.