Skip to content

Commit 6cfb658

Browse files
lprvtkoeppe
authored andcommitted
[basic.fundamental] Replace "denotes" with "is"
1 parent aaecb93 commit 6cfb658

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/basic.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5592,15 +5592,15 @@
55925592
\indextext{\idxcode{char8_t}|see{type, \tcode{char8_t}}}%
55935593
\indextext{type!\idxcode{char8_t}}%
55945594
\indextext{type!underlying!\idxcode{char8_t}}%
5595-
Type \keyword{char8_t} denotes a distinct type
5595+
Type \keyword{char8_t} is a distinct type
55965596
whose underlying type is \tcode{\keyword{unsigned} \keyword{char}}.
55975597
\indextext{\idxcode{char16_t}|see{type, \tcode{char16_t}}}%
55985598
\indextext{\idxcode{char32_t}|see{type, \tcode{char32_t}}}%
55995599
\indextext{type!\idxcode{char16_t}}%
56005600
\indextext{type!\idxcode{char32_t}}%
56015601
\indextext{type!underlying!\idxcode{char16_t}}%
56025602
\indextext{type!underlying!\idxcode{char32_t}}%
5603-
Types \keyword{char16_t} and \keyword{char32_t} denote distinct types
5603+
Types \keyword{char16_t} and \keyword{char32_t} are distinct types
56045604
whose underlying types are \tcode{std::uint_least16_t} and \tcode{std::uint_least32_t},
56055605
respectively, in \libheaderref{cstdint}.
56065606

0 commit comments

Comments
 (0)