summaryrefslogtreecommitdiff
path: root/src/doc.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-12-02 15:48:42 +0100
committerLaurenz <laurmaedje@gmail.com>2022-12-02 15:53:01 +0100
commitf57ce8643178c533a43c42baff3553f8613fb5ac (patch)
tree4aca4f5636f1330963264fa3f1e1d5dca60df0ad /src/doc.rs
parent56923ee472f1eaa67d3543e19372823139205885 (diff)
Heading numbering and outline
Diffstat (limited to 'src/doc.rs')
-rw-r--r--src/doc.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc.rs b/src/doc.rs
index 2605bfc1..d412a371 100644
--- a/src/doc.rs
+++ b/src/doc.rs
@@ -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 {