Skip to content

Commit

Permalink
docs: get/set are sync methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats authored Jul 8, 2023
1 parent 882bd73 commit 233ca2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/classes/google-spreadsheet-row.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,14 @@ await row.save(); // cell will now contain the value from cell A1

## Methods

#### `get(key)` (async) :id=fn-get
#### `get(key)` :id=fn-get
> Get value of specific cell using header key
Param|Type|Required|Description
---|---|---|---
`key`|String|-|header value

#### `set(key, value)` (async) :id=fn-set
#### `set(key, value)` :id=fn-set
> Get value of specific cell using header key
Param|Type|Required|Description
Expand Down

0 comments on commit 233ca2c

Please sign in to comment.