Github user JonZeolla commented on a diff in the pull request:
https://github.com/apache/metron/pull/836#discussion_r149706098
--- 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 --
Okay, I get your intent now. It was being suppressed before because it
wasn't escaped, I will try to make it more obvious.
---