Skip to content

Commit 99fbb83

Browse files
authored
Fix Bloblang methods formatting (#164)
Signed-off-by: Mihai Todor <todormihai@gmail.com>
1 parent 6c725c2 commit 99fbb83

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

modules/guides/pages/bloblang/methods.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -500,8 +500,9 @@ Extract a slice from a string by specifying two indices, a low and high bound, w
500500

501501
==== Parameters
502502

503-
*`low`* &lt;integer&gt; The low bound, which is the first element of the selection, or if negative selects from the end.
504-
*`high`* &lt;(optional) integer&gt; An optional high bound.
503+
*`low`* &lt;integer&gt; The low bound, which is the first element of the selection, or if negative selects from the end.
504+
505+
*`high`* &lt;(optional) integer&gt; An optional high bound.
505506

506507
==== Examples
507508

@@ -4010,4 +4011,4 @@ Attempts to parse a string as a timestamp following a specified strptime-compati
40104011

40114012
*`format`* &lt;string&gt; The format of the target string.
40124013

4013-
// end::single-source[]
4014+
// end::single-source[]

0 commit comments

Comments
 (0)