Github user cestella commented on a diff in the pull request:
https://github.com/apache/metron/pull/836#discussion_r149703967
--- Diff: metron-stellar/stellar-common/README.md ---
@@ -257,7 +258,7 @@ In the core language functions, we support basic
functional programming primitiv
* Description: Adds an element to the bloom filter passed in
* Input:
* bloom - The bloom filter
- * value* - The values to add
+ * value\*? - The values to add
--- End diff --
It's a repetition symbol, so it implies you can have any number of values.
---