Skip to content

Commit be54f2e

Browse files
jwilktkoeppe
authored andcommitted
[diff.decl] Fix typo (#1494)
1 parent cef717e commit be54f2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/compatibility.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@
576576
\rationale
577577
When comparing types in different translation units, \Cpp relies
578578
on name equivalence when C relies on structural equivalence.
579-
Regarding parameter types: since the type defined in an parameter list
579+
Regarding parameter types: since the type defined in a parameter list
580580
would be in the scope of the function, the only legal calls in \Cpp
581581
would be from within the function itself.
582582
\effect

0 commit comments

Comments
 (0)