diff --git a/Adding-a-new-operation.md b/Adding-a-new-operation.md index cad853b..bb93eb8 100644 --- a/Adding-a-new-operation.md +++ b/Adding-a-new-operation.md @@ -101,7 +101,7 @@ **Input and Output** -Four data types are supported for the input and output of operations: +Five data types are supported for the input and output of operations: 1. `string` - e.g. `"hello"` 2. `byteArray` - e.g. `[104,101,108,108,111]`