mirror of https://github.com/stelzo/typst.git
Make `array.chunks` example more readable (#5975)
This commit is contained in:
parent
d97967dd40
commit
e0074dfc01
|
|
@ -769,7 +769,7 @@ impl Array {
|
||||||
///
|
///
|
||||||
/// ```example
|
/// ```example
|
||||||
/// #let array = (1, 2, 3, 4, 5, 6, 7, 8)
|
/// #let array = (1, 2, 3, 4, 5, 6, 7, 8)
|
||||||
/// #array.chunks(3)
|
/// #array.chunks(3) \
|
||||||
/// #array.chunks(3, exact: true)
|
/// #array.chunks(3, exact: true)
|
||||||
/// ```
|
/// ```
|
||||||
#[func]
|
#[func]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue