You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: style.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ The config JSON isn't enough of a UI to be worth jumping through string <-> inte
7
7
8
8
## Constant names should keep redundant prefixes
9
9
10
-
For example, `CAP_KILL` instead of `KILL` in [**`linux.capabilities`**][capabilities]).
10
+
For example, `CAP_KILL` instead of `KILL` in [**`linux.capabilities`**][capabilities].
11
11
The redundancy reduction from removing the namespacing prefix is not useful enough to be worth trimming the upstream identifier ([source][keep-prefix]).
0 commit comments