Github user Leah-Anderson commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2449#discussion_r167752283
--- Diff: nifi-docs/src/main/asciidoc/expression-language-guide.adoc ---
@@ -1644,9 +1644,9 @@ Divide. This is to preserve backwards compatibility
and to not force rounding er
*Description*: [.description]#Converts the Subject from a Base 10 number
to a different Radix (or number base). An optional
second argument can be used to indicate the minimum number of
characters to be used. If the converted value
- has fewer than this number of characters, the number will be padded
with leading zeroes.
+ has fewer than this number of characters, the number will be padded
with leading zeroes.#
--- End diff --
I was thinking the way it was made it seem like a call out to "hey this is
important to note" but I can see it either way. I've pushed an update to remove
the carriage return :)
---