Skip to content

Commit

Permalink
Update docs/api-guide.md
Browse files Browse the repository at this point in the history
Co-authored-by: Vincent Guilpain <vincent.guilpain@scalar-labs.com>
  • Loading branch information
brfrn169 and Torch3333 authored Jun 29, 2022
1 parent 7e3a32e commit f05b14b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ you can drop a table as follows:
// Drop a table "ns.tbl". It will throw an exception if the table does not exist
admin.dropTable("ns", "tbl");

// Drop a table if exists only if it exists
// Drop a table only if it exists
boolean ifExists = true;
admin.dropTable("ns", "tbl", ifExists);
```
Expand Down

0 comments on commit f05b14b

Please sign in to comment.