Skip to content

Commit

Permalink
fix(formula): xmatch description
Browse files Browse the repository at this point in the history
  • Loading branch information
Dushusir committed Feb 19, 2024
1 parent 28e2f49 commit 38d9310
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sheets-formula/src/services/function-list/lookup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -944,14 +944,14 @@ export const FUNCTION_LIST_LOOKUP: IFunctionInfo[] = [
{
name: 'formula.functionList.XMATCH.functionParameter.matchMode.name',
detail: 'formula.functionList.XMATCH.functionParameter.matchMode.detail',
example: 'A1:A20',
example: '0',
require: 0,
repeat: 0,
},
{
name: 'formula.functionList.XMATCH.functionParameter.searchMode.name',
detail: 'formula.functionList.XMATCH.functionParameter.searchMode.detail',
example: 'A1:A20',
example: '1',
require: 0,
repeat: 0,
},
Expand Down

0 comments on commit 38d9310

Please sign in to comment.