Github user JonZeolla commented on a diff in the pull request:
https://github.com/apache/metron/pull/836#discussion_r149701086
--- 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 --
Why does this have an \*?---
