Skip to content

Commit 099afac

Browse files
authored
[module.interface] Add \tcode for the variable b in comment (#8712)
1 parent f4d39f7 commit 099afac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/modules.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@
254254
namespace {
255255
export int a2; // error: export of name with internal linkage
256256
}
257-
export static int b; // error: b explicitly declared static
257+
export static int b; // error: \tcode{b} explicitly declared static
258258
export int f(); // OK
259259
export namespace N { } // OK
260260
export using namespace N; // OK

0 commit comments

Comments
 (0)