diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-12-02 15:48:42 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-12-02 15:53:01 +0100 |
| commit | f57ce8643178c533a43c42baff3553f8613fb5ac (patch) | |
| tree | 4aca4f5636f1330963264fa3f1e1d5dca60df0ad /src | |
| parent | 56923ee472f1eaa67d3543e19372823139205885 (diff) | |
Heading numbering and outline
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -477,8 +477,8 @@ pub struct Glyph { pub struct Lang([u8; 3], u8); impl Lang { - /// The code for the english language. pub const ENGLISH: Self = Self(*b"en ", 2); + pub const GERMAN: Self = Self(*b"de ", 2); /// Return the language code as an all lowercase string slice. pub fn as_str(&self) -> &str { |
