Skip to content

Commit

Permalink
Docs: Adjust method descriptions in JavaScript, Deno and NodeJS SDKs (#…
Browse files Browse the repository at this point in the history
…400)

Co-authored-by: ekwuno <[email protected]>
  • Loading branch information
lkwr and Ekwuno authored Mar 15, 2024
1 parent e94485f commit ba1a86a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,11 @@ The JavaScript SDK comes with a number of built-in functions.
</tr>
<tr>
<td scope="row" data-label="Function"><a href="#authenticate"> <code>async db.authenticate(token)</code></a></td>
<td scope="row" data-label="Description">Assigns a value as a parameter for this connection</td>
<td scope="row" data-label="Description">Authenticates the current connection with a JWT token</td>
</tr>
<tr>
<td scope="row" data-label="Function"><a href="#let"> <code>async db.let(key,val)</code></a></td>
<td scope="row" data-label="Description">Runs a set of SurrealQL statements against the database</td>
<td scope="row" data-label="Description">Assigns a value as a parameter for this connection</td>
</tr>
<tr>
<td scope="row" data-label="Function"><a href="#unset"> <code>async db.unset(key)</code></a></td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,11 @@ The JavaScript SDK comes with a number of built-in functions.
</tr>
<tr>
<td scope="row" data-label="Function"><a href="#authenticate"> <code>async db.authenticate(token)</code></a></td>
<td scope="row" data-label="Description">Assigns a value as a parameter for this connection</td>
<td scope="row" data-label="Description">Authenticates the current connection with a JWT token</td>
</tr>
<tr>
<td scope="row" data-label="Function"><a href="#let"> <code>async db.let(key,val)</code></a></td>
<td scope="row" data-label="Description">Runs a set of SurrealQL statements against the database</td>
<td scope="row" data-label="Description">Assigns a value as a parameter for this connection</td>
</tr>
<tr>
<td scope="row" data-label="Function"><a href="#unset"> <code>async db.unset(key)</code></a></td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,11 +190,11 @@ The JavaScript SDK comes with a number of built-in functions.
</tr>
<tr>
<td scope="row" data-label="Function"><a href="#authenticate"> <code>async db.authenticate(token)</code></a></td>
<td scope="row" data-label="Description">Assigns a value as a parameter for this connection</td>
<td scope="row" data-label="Description">Authenticates the current connection with a JWT token</td>
</tr>
<tr>
<td scope="row" data-label="Function"><a href="#let"> <code>async db.let(key,val)</code></a></td>
<td scope="row" data-label="Description">Runs a set of SurrealQL statements against the database</td>
<td scope="row" data-label="Description">Assigns a value as a parameter for this connection</td>
</tr>
<tr>
<td scope="row" data-label="Function"><a href="#unset"> <code>async db.unset(key)</code></a></td>
Expand Down

0 comments on commit ba1a86a

Please sign in to comment.