Skip to content

Commit 9e58b6c

Browse files
committed
Improved task 3484
1 parent 506655d commit 9e58b6c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/kotlin/g3401_3500/s3484_design_spreadsheet/Spreadsheet.kt

+4-4
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ class Spreadsheet(rows: Int) {
3636

3737
/*
3838
* Your Spreadsheet object will be instantiated and called as such:
39-
* Spreadsheet obj = new Spreadsheet(rows);
40-
* obj.setCell(cell,value);
41-
* obj.resetCell(cell);
42-
* int param_3 = obj.getValue(formula);
39+
* var obj = Spreadsheet(rows)
40+
* obj.setCell(cell,value)
41+
* obj.resetCell(cell)
42+
* var param_3 = obj.getValue(formula)
4343
*/

0 commit comments

Comments
 (0)