Skip to content

Commit af0af4d

Browse files
authored
Merge pull request #637 from Kikobeats/patch-1
docs: get/set are sync methods
2 parents 882bd73 + 233ca2c commit af0af4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/classes/google-spreadsheet-row.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,14 @@ await row.save(); // cell will now contain the value from cell A1
7676

7777
## Methods
7878

79-
#### `get(key)` (async) :id=fn-get
79+
#### `get(key)` :id=fn-get
8080
> Get value of specific cell using header key
8181
8282
Param|Type|Required|Description
8383
---|---|---|---
8484
`key`|String|-|header value
8585

86-
#### `set(key, value)` (async) :id=fn-set
86+
#### `set(key, value)` :id=fn-set
8787
> Get value of specific cell using header key
8888
8989
Param|Type|Required|Description

0 commit comments

Comments
 (0)