Fix markdown formatting for (blank) in docs

It currently has two backticks side by side, which end up rendering as actual backticks rather than a code-formatted blank space.
This commit is contained in:
Richard Feldman
2024-12-28 23:19:52 -05:00
committed by GitHub
parent c8950d376a
commit 1ca25d3b5e

View File

@ -485,7 +485,7 @@ palette: Palette = .{},
///
/// Valid values are:
///
/// * `` (blank)
/// * ` ` (blank)
/// * `true`
/// * `false`
///