mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:17:44 +00:00
Spreadsheet: Fix maxIf and minIf name in documentation
This commit is contained in:
parent
5e2b41175c
commit
bddc9d6c52
1 changed files with 2 additions and 2 deletions
|
@ -907,7 +907,7 @@ max.__documentation = JSON.stringify({
|
|||
});
|
||||
|
||||
maxIf.__documentation = JSON.stringify({
|
||||
name: "max",
|
||||
name: "maxIf",
|
||||
argc: 1,
|
||||
argnames: ["condition", "numbers or cell names"],
|
||||
doc: "Calculates the largest of all numbers or cell values which evaluate to true when passed to `condition`",
|
||||
|
@ -929,7 +929,7 @@ min.__documentation = JSON.stringify({
|
|||
});
|
||||
|
||||
minIf.__documentation = JSON.stringify({
|
||||
name: "min",
|
||||
name: "minIf",
|
||||
argc: 1,
|
||||
argnames: ["condition", "numbers or cell names"],
|
||||
doc: "Calculates the smallest of all numbers or cell values which evaluate to true when passed to `condition`",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue