Skip to content

Commit 505b83a

Browse files
committed
Doc typo
1 parent a2f97f7 commit 505b83a

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
@@ -11187,7 +11187,7 @@ For DbObjects representing Oracle collections, methods such as
1118711187
[`dbObject.getValues()`](#dbobjectmethodscolls) can be used:
1118811188
1118911189
```javascript
11190-
console.log(o.SDO_ELEM_INFO.getKeys(); // [ 0, 1, 2 ]
11190+
console.log(o.SDO_ELEM_INFO.getKeys()); // [ 0, 1, 2 ]
1119111191
console.log(o.SDO_ELEM_INFO.getValues()); // [ 1, 1003, 3 ]
1119211192
```
1119311193

0 commit comments

Comments
 (0)