Skip to content

Commit 2e51b0c

Browse files
author
Jani Giannoudis
committed
updated readme
1 parent 3f098c4 commit 2e51b0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ The following function properties can be used in read mode in an action:
265265
| `WageTypeNumber` | Wage type number | `Decimal` | `WageTypeFunction` |
266266
| `WageTypeName` | Wage type name | `String` | `WageTypeFunction` |
267267
| `WageTypeDescription` | Wage type value | `String` | `WageTypeFunction` |
268-
| `WageTypeCalendar` | Wage type calendard | `String` | `WageTypeFunction` |
268+
| `WageTypeCalendar` | Wage type calendar | `String` | `WageTypeFunction` |
269269
| `ExecutionCount` | Wage type value execution count | `Int` | `WageTypeValueFunction` |
270270
| `WageTypeValue` | Wage type value | `Decimal` | `WageTypeResultFunction`|
271271

@@ -276,8 +276,8 @@ The Payroll Engine offers various predefined actions, see [Client.Scripting](htt
276276

277277
Here are a few examples:
278278
- `ApplyRangeLookupValue(key, rangeValue, field)` - Apply a range value to the lookup ranges considering the lookup range mode.
279-
- `Concat(str1, ..strN)` - Concat multiple strings.
280-
- `Contains(test, sel, ..selN)` - Test if value is from a specific value domain.
279+
- `Concat(str1, ..., strN)` - Concat multiple strings.
280+
- `Contains(test, sel, ..., selN)` - Test if value is from a specific value domain.
281281
- `IIf(expression, onTrue, onFalse)` - Returns one of two parts, depending on the evaluation of an expression.
282282
- `Log(message, level?)` - Log a message.
283283
- `Min(left, rigtht)` - Get the minimum value.

0 commit comments

Comments
 (0)