Skip to content

Commit aa77121

Browse files
gamecentrictkoeppe
authored andcommitted
[dcl.attr.likelihood] Fix error in example
1 parent fbee1d5 commit aa77121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/declarations.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4079,7 +4079,7 @@
40794079
g(1);
40804080
[[fallthrough]];
40814081

4082-
[[likely]] case 2: // \tcode{n == 3} is considered to be arbitrarily more
4082+
[[likely]] case 2: // \tcode{n == 2} is considered to be arbitrarily more
40834083
g(2); // likely than any other value of \tcode{n}
40844084
break;
40854085
}

0 commit comments

Comments
 (0)