Rust: expand Pat in documentation

This commit is contained in:
Paolo Tranquilli
2024-12-02 08:12:57 +01:00
parent 824aab884a
commit 5d3c9d050d
26 changed files with 151 additions and 150 deletions

View File

@@ -64,6 +64,7 @@ abbreviations = {
"int": "integer",
"var": "variable",
"ref": "reference",
"pat": "pattern",
}
abbreviations.update({f"{k}s": f"{v}s" for k, v in abbreviations.items()})