diff options
Diffstat (limited to 'src/exec/state.rs')
| -rw-r--r-- | src/exec/state.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exec/state.rs b/src/exec/state.rs index 756a485c..22839c54 100644 --- a/src/exec/state.rs +++ b/src/exec/state.rs @@ -133,7 +133,7 @@ impl FontState { impl Default for FontState { fn default() -> Self { Self { - /// The default tree of font fallbacks. + // The default tree of font fallbacks. families: Rc::new(fallback! { list: [], classes: { "monospace" => ["inconsolata"] }, |
