File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ const DEFAULT_STYLE = :folded
6
6
const DEFAULT_CHOMP = :strip
7
7
8
8
"""
9
- multiline(str, style=$(repr (DEFAULT_STYLE)) , chomp=$(repr (DEFAULT_CHOMP)) ) -> AbstractString
9
+ multiline(str; style=$(repr (DEFAULT_STYLE)) , chomp=$(repr (DEFAULT_CHOMP)) ) -> AbstractString
10
10
11
- Create a multiline string according to the provided `style` and `chomp`. Works similarly to
12
- YAML multiline strings (also known as block scalars).
11
+ Manipulate a multiline string according to the provided `style` and `chomp`. Works similarly
12
+ to YAML multiline strings (also known as block scalars).
13
13
14
14
# Arguments
15
15
- `str::AbstractString`: The multiline string to be processed
26
26
"""
27
27
multiline(str, indicators) -> AbstractString
28
28
29
- Revise a multiline string according to the provided style and chomp encoded in the
29
+ Manipulate a multiline string according to the provided style and chomp encoded in the
30
30
`indicators` string.
31
31
32
32
# Arguments
You can’t perform that action at this time.
0 commit comments