Skip to content

Commit

Permalink
remove duplicate 'concat' in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
evren-okcu committed Dec 16, 2024
1 parent 056a913 commit cf7f38b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ The built-in blocks provided by Protoflow are listed below:
| [`Batch`] | Batches input strem into chunks of a specified size. |
| [`Buffer`] | Stores all messages it receives. |
| [`Concat`] | Concatenates multiple input message streams into a single output stream. |
| [`Concat`] | Concatenates multiple input message streams into a single output stream. |
| [`ConcatStrings`] | Concatenates the received string messages, with an optional delimiter string inserted between each message. |
| [`Const`] | Sends a constant value. |
| [`Count`] | Counts the number of messages it receives, while optionally passing them through. |
Expand Down

0 comments on commit cf7f38b

Please sign in to comment.