diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-03-03 23:32:29 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-03-03 23:32:29 +0100 |
| commit | 5157c1e276b1314b345bb8215b5a89a2ccb9c5d7 (patch) | |
| tree | e608628322d573e9dc141e44ddb9a799cc702579 /src/exec/state.rs | |
| parent | 34f839c7177a041c187ae6103455cd875c4f3d22 (diff) | |
Documentation fixes ✔
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"] }, |
