Skip to content

Commit

Permalink
Fix copied description
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardoRSeifert committed Sep 25, 2024
1 parent d87fcb7 commit e3a7e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser/mpFuncCommon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ MUP_NAMESPACE_START

const char_type* FunCase::GetDesc() const
{
return _T("case(date) - Returns the week day of the date.");
return _T("case(variable, expression_list) - Returns the result of a switch case on variable.");
}

////------------------------------------------------------------------------------
Expand Down

0 comments on commit e3a7e3d

Please sign in to comment.