diff --git a/README.md b/README.md index 9f716ef..25c3923 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ roeschti::roeschti! { funktion lis(&selber, schlüssel: Zeichecheti) -> Vilicht<&Zeichecheti>; } - statisch veränderbar DICTIONÄR: > = Nüt; + statisch veränderbar DICTIONÄR: Vilicht> = Nüt; struktur Konkret; diff --git a/roesti_proc_macro/src/lib.rs b/roesti_proc_macro/src/lib.rs index 997179c..6a6028d 100644 --- a/roesti_proc_macro/src/lib.rs +++ b/roesti_proc_macro/src/lib.rs @@ -11,7 +11,7 @@ fn replace_ident(ident: Ident) -> Option { "Standard" => "Default", "Fähler" => "Error", "Vilicht" => "Option", - "Espaar" => "Some", + "Öppis" => "Some", "Nüt" => "None", "Resultat" => "Result", "Selber" => "Self",