Skip to content

Commit

Permalink
MINOR: [Format] Schema.fbs comment typo -- s/intented/intended/ (#45022)
Browse files Browse the repository at this point in the history
### Rationale for this change

To improve a comment.

### What changes are included in this PR?

Correction of a mispelling in a comment: s/intented/intended/.

### Are these changes tested?

N/A

### Are there any user-facing changes?

No

Authored-by: Alex Kesling <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
  • Loading branch information
akesling authored Dec 18, 2024
1 parent ba2b9e5 commit c5d756e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion format/Schema.fbs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ enum MetadataVersion:short {
/// forward compatibility guarantees).
/// 2. A means of negotiating between a client and server
/// what features a stream is allowed to use. The enums
/// values here are intented to represent higher level
/// values here are intended to represent higher level
/// features, additional details maybe negotiated
/// with key-value pairs specific to the protocol.
///
Expand Down

0 comments on commit c5d756e

Please sign in to comment.