Skip to content

Commit 35226f0

Browse files
committed
Fix typo in conf.py
The `subset` and `defect` tags had their descriptions swapped with one another. Now they're all good :)
1 parent 16417a4 commit 35226f0

File tree

3 files changed

+16150
-16051
lines changed

3 files changed

+16150
-16051
lines changed

src/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@
102102
dict(name="undefined-behavior", description="Numerics-related guideline"),
103103
dict(name="stack-overflow", description="Stack-overflow-related guideline"),
104104

105-
dict(name="defect", description="Guideline associated with the language-subset profile"),
106-
dict(name="subset", description="Guideline associated with the defect-prevention profile"),
105+
dict(name="subset", description="Guideline associated with the language-subset profile"),
106+
dict(name="defect", description="Guideline associated with the defect-prevention profile"),
107107
]
108108

109109
needs_categories = [

0 commit comments

Comments
 (0)