Commit 9959c90a authored by catch's avatar catch
Browse files

Issue #3327659 by klimp: Fix limit value in Explode process plugin documentation

(cherry picked from commit d4b4f2d3)
parent d5491b76
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@
 *   bar:
 *     plugin: explode
 *     source: foo
 *     limit: 1
 *     limit: 2
 *     delimiter: /
 * @endcode
 *
@@ -58,7 +58,7 @@
 * equivalent of this would be:
 *
 * @code
 *   $bar = explode('/', $foo, 1);
 *   $bar = explode('/', $foo, 2);
 * @endcode
 *
 * If the 'strict' configuration is set to FALSE, the input value is casted to a