Skip to content

Commit 9475630

Browse files
fixup: use \tcode in code comment
Co-authored-by: Jan Schultke <[email protected]>
1 parent d7a175e commit 9475630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/exec.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6289,7 +6289,7 @@
62896289
allocator_type @\exposidnc{alloc}@; // \expos
62906290
stop_source_type @\exposidnc{source}@; // \expos
62916291
stop_token_type @\exposidnc{token}@; // \expos
6292-
optional<T> @\exposidnc{result}@; // \expos; present only if is_void_v<T> is false;
6292+
optional<T> @\exposidnc{result}@; // \expos; present only if \tcode{is_void_v<T>} is \tcode{false};
62936293
@\exposid{error-variant}@ @\exposidnc{errors}@; // \expos
62946294
};
62956295
}

0 commit comments

Comments
 (0)