Skip to content

Commit

Permalink
Merge pull request #637 from Kikobeats/patch-1
Browse files Browse the repository at this point in the history
docs: get/set are sync methods
  • Loading branch information
theoephraim authored Jul 10, 2023
2 parents 882bd73 + 233ca2c commit af0af4d
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 af0af4d

Please sign in to comment.