Skip to content

Commit d34a243

Browse files
committed
[basic.fundamental] Replace "denotes" with "is"
1 parent 721d01c commit d34a243

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/basic.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5521,15 +5521,15 @@
55215521
\indextext{\idxcode{char8_t}|see{type, \tcode{char8_t}}}%
55225522
\indextext{type!\idxcode{char8_t}}%
55235523
\indextext{type!underlying!\idxcode{char8_t}}%
5524-
Type \keyword{char8_t} denotes a distinct type
5524+
Type \keyword{char8_t} is a distinct type
55255525
whose underlying type is \tcode{\keyword{unsigned} \keyword{char}}.
55265526
\indextext{\idxcode{char16_t}|see{type, \tcode{char16_t}}}%
55275527
\indextext{\idxcode{char32_t}|see{type, \tcode{char32_t}}}%
55285528
\indextext{type!\idxcode{char16_t}}%
55295529
\indextext{type!\idxcode{char32_t}}%
55305530
\indextext{type!underlying!\idxcode{char16_t}}%
55315531
\indextext{type!underlying!\idxcode{char32_t}}%
5532-
Types \keyword{char16_t} and \keyword{char32_t} denote distinct types
5532+
Types \keyword{char16_t} and \keyword{char32_t} are distinct types
55335533
whose underlying types are \tcode{std::uint_least16_t} and \tcode{std::uint_least32_t},
55345534
respectively, in \libheaderref{cstdint}.
55355535

0 commit comments

Comments
 (0)