Skip to content

Commit

Permalink
delete TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Shugo Kawamura committed Feb 20, 2023
1 parent 7093a88 commit 24669ba
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions calc.go
Original file line number Diff line number Diff line change
Expand Up @@ -13511,9 +13511,7 @@ func (fn *formulaFuncs) MIDB(argsList *list.List) formulaArg {
return fn.mid("MIDB", argsList)
}

// mid is an implementation of the formula functions MID and MIDB. TODO:
// support DBCS include Japanese, Chinese (Simplified), Chinese
// (Traditional), and Korean.
// mid is an implementation of the formula functions MID and MIDB.
func (fn *formulaFuncs) mid(name string, argsList *list.List) formulaArg {
if argsList.Len() != 3 {
return newErrorFormulaArg(formulaErrorVALUE, fmt.Sprintf("%s requires 3 arguments", name))
Expand Down

0 comments on commit 24669ba

Please sign in to comment.