Skip to content

Commit 36d6de6

Browse files
committed
fix: allow the transitive phrasal verb "built in"
"built in" should not be unconditionally substituted by "built-in". "Built in" is the valid past principle form of the transitive phrasal verb "to build in", as [seen](https://www.oed.com/dictionary/build_v?tab=phrasal_verbs#1351285480) in the Oxford English Dictionary. Signed-off-by: Eduardo Santos <[email protected]>
1 parent 91c6509 commit 36d6de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vale/styles/RedHat/TermsErrors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ swap:
8888
break point: breakpoint
8989
bring up: start|power on|open|turn on
9090
bufferpool: buffer pool
91-
builtin|built in: built-in
91+
builtin: built-in
9292
busmaster: bus master
9393
busses: buses
9494
byte code: bytecode

0 commit comments

Comments
 (0)