Skip to content

Commit b67e0b7

Browse files
authored
[text.encoding.overview] Use same parameter names as detailed description (#6768)
1 parent 7443302 commit b67e0b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/locales.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4701,8 +4701,8 @@
47014701
struct aliases_view;
47024702
constexpr aliases_view aliases() const noexcept;
47034703

4704-
friend constexpr bool operator==(const text_encoding& encoding,
4705-
const text_encoding& other) noexcept;
4704+
friend constexpr bool operator==(const text_encoding& a,
4705+
const text_encoding& b) noexcept;
47064706
friend constexpr bool operator==(const text_encoding& encoding, id i) noexcept;
47074707

47084708
static consteval text_encoding literal() noexcept;

0 commit comments

Comments
 (0)