Skip to content

Commit 0d6ad0b

Browse files
committed
Merge pull request #359 from vbatts/cleanup-paren
style: dangling paren
2 parents cf8ebc9 + 47bca68 commit 0d6ad0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

style.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The config JSON isn't enough of a UI to be worth jumping through string <-> inte
77

88
## Constant names should keep redundant prefixes
99

10-
For example, `CAP_KILL` instead of `KILL` in [**`linux.capabilities`**][capabilities]).
10+
For example, `CAP_KILL` instead of `KILL` in [**`linux.capabilities`**][capabilities].
1111
The redundancy reduction from removing the namespacing prefix is not useful enough to be worth trimming the upstream identifier ([source][keep-prefix]).
1212

1313
## Optional settings should have pointer Go types

0 commit comments

Comments
 (0)