Remove unnecessary closing bracket in example (#961)

This commit is contained in:
jdierkes 2023-04-24 17:24:04 +02:00 committed by GitHub
parent 2a10862f45
commit 83c11f1ee4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -132,7 +132,7 @@ pub struct RectElem {
/// current [text edges]($func/text.top-edge).
///
/// ```example
/// #rect(inset: 0pt)[Tight])
/// #rect(inset: 0pt)[Tight]
/// ```
#[resolve]
#[fold]