Skip to content

Commit 1a3f307

Browse files
committed
Fix doc typo
1 parent ca165e9 commit 1a3f307

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# node-oracledb 5.4.0-dev Documentation for the Oracle Database Node.js Add-on
22

3-
*Copyright (c) 2015, 2022, Oracle and/or its affiliates. All rights reserved.*
3+
*Copyright (c) 2015, 2022, Oracle and/or its affiliates.*
44

55
You may not use the identified files except in compliance with the Apache
66
License, Version 2.0 (the "License.")
@@ -15477,7 +15477,7 @@ The returned bind values are:
1547715477
```
1547815478

1547915479
The variant of `executeMany()` that accepts a number of iterations is
15480-
useful when there no bind values, or only OUT bind values. This
15480+
useful when there are no bind values, or only OUT bind values. This
1548115481
example calls a PL/SQL block eight times:
1548215482

1548315483
```javascript

0 commit comments

Comments
 (0)