Swift: add var to the list of doc expanded abbreviations

This commit is contained in:
Paolo Tranquilli
2022-11-11 12:00:12 +01:00
parent 85233b3cbf
commit fc98fd3094
4 changed files with 24 additions and 23 deletions

View File

@@ -63,6 +63,7 @@ abbreviations = {
"repr": "representation",
"param": "parameter",
"int": "integer",
"var": "variable",
}
abbreviations.update({f"{k}s": f"{v}s" for k, v in abbreviations.items()})