Skip to content

Commit

Permalink
Fix the mistake.
Browse files Browse the repository at this point in the history
  • Loading branch information
lostluck committed Feb 3, 2025
1 parent d2d42d7 commit 52fb745
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -969,9 +969,9 @@ message StandardCoders {
// 10 - late
// 11 - unknown
// * bit 6 is 1 if this is the last pane, 0 otherwise.
// Commonly set with `byte |= 0x01`
// * bit 7 is 1 if this is the first pane, 0 otherwise.
// Commonly set with `byte |= 0x02`
// * bit 7 is 1 if this is the first pane, 0 otherwise.
// Commonly set with `byte |= 0x01`
//
// element - The element incoded using the supplied element coder.
//
Expand Down

0 comments on commit 52fb745

Please sign in to comment.