Skip to content

Commit 4e5ca0d

Browse files
committed
Fix contents link text for new outFormat constants
1 parent 63ee264 commit 4e5ca0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ limitations under the License.
3232
3. [Oracledb Class](#oracledbclass)
3333
- 3.1 [Oracledb Constants](#oracledbconstants)
3434
- 3.1.1 [Query `outFormat` Constants](#oracledbconstantsoutformat)
35-
- [`ARRAY`](#oracledbconstantsoutformat), [`OBJECT`](#oracledbconstantsoutformat)
35+
- [`OUT_FORMAT_ARRAY`](#oracledbconstantsoutformat), [`OUT_FORMAT_OBJECT`](#oracledbconstantsoutformat)
3636
- 3.1.2 [Node-oracledb Type Constants](#oracledbconstantsnodbtype)
3737
- [`BLOB`](#oracledbconstantsnodbtype), [`BUFFER`](#oracledbconstantsnodbtype), [`CLOB`](#oracledbconstantsnodbtype), [`CURSOR`](#oracledbconstantsnodbtype), [`DATE`](#oracledbconstantsnodbtype), [`DEFAULT`](#oracledbconstantsnodbtype), [`NUMBER`](#oracledbconstantsnodbtype), [`STRING`](#oracledbconstantsnodbtype)
3838
- 3.1.3 [Oracle Database Type Constants](#oracledbconstantsdbtype)

0 commit comments

Comments
 (0)