Skip to content

Commit 1965850

Browse files
committed
Fix typo: types -> type
1 parent 3fd0525 commit 1965850

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/expression.dd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2172,6 +2172,6 @@ Macros:
21722172
CHAPTER=10
21732173
TITLE=Expressions
21742174
IDENTIFIER=$(GLINK2 lex, Identifier)
2175-
USUAL_ARITHMETIC_CONVERSIONS=$(DDSUBLINK spec/types, usual-arithmetic-conversions, Usual Arithmetic Conversions)
2176-
INTEGER_PROMOTIONS=$(DDSUBLINK spec/types, integer-promotions, Integer Promotions)
2175+
USUAL_ARITHMETIC_CONVERSIONS=$(DDSUBLINK spec/type, usual-arithmetic-conversions, Usual Arithmetic Conversions)
2176+
INTEGER_PROMOTIONS=$(DDSUBLINK spec/type, integer-promotions, Integer Promotions)
21772177
_=

0 commit comments

Comments
 (0)