Skip to content

Commit f68ca58

Browse files
Eelistkoeppe
authored andcommitted
[conv.array] Fix decay index redirects. (#1908)
1 parent efbeb9e commit f68ca58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/conversions.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@
194194

195195
\pnum
196196
\indextext{conversion!array-to-pointer}%
197-
\indextext{decay!array|see{conversion, array to pointer}}%
198-
\indextext{decay!function|see{conversion, function to pointer}}%
197+
\indextext{decay!array|see{conversion, array-to-pointer}}%
198+
\indextext{decay!function|see{conversion, function-to-pointer}}%
199199
An lvalue or rvalue of type ``array of \tcode{N} \tcode{T}'' or ``array
200200
of unknown bound of \tcode{T}'' can be converted to a prvalue of type
201201
``pointer to \tcode{T}''.

0 commit comments

Comments
 (0)