From 49f13ca49ecf8d98abf8c7cb7a828ff454061108 Mon Sep 17 00:00:00 2001 From: n1474335 Date: Mon, 9 Apr 2018 18:30:23 +0100 Subject: [PATCH] Updated Adding a new operation (markdown) --- Adding-a-new-operation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]`