mirror of
https://github.com/google/nomulus.git
synced 2025-07-14 06:55:20 +02:00
Fix spelling in Javadoc for SheetSynchronizer
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=136387503
This commit is contained in:
parent
ebeded4c74
commit
d9dbf2ec1a
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class SheetSynchronizer {
|
|||
*
|
||||
* @param spreadsheetId The ID of your spreadsheet. This can be obtained by opening the Google
|
||||
* spreadsheet in your browser and copying the ID from the URL.
|
||||
* @param data This should be a <i>sorted</i> list of rows containing the enterity of the
|
||||
* @param data This should be a <i>sorted</i> list of rows containing the entirety of the
|
||||
* spreadsheet. Each row is a map, where the key must be exactly the same as the column header
|
||||
* cell in the spreadsheet, and value is an arbitrary object which will be converted to a
|
||||
* string before storing it in the spreadsheet.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue