Skip to content

Commit

Permalink
Fix typos.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 700945320
  • Loading branch information
Ruihao Huang authored and hiroyuki-komatsu committed Nov 28, 2024
1 parent b81d09b commit 006ed69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/protocol/candidate_window.proto
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ message Footer {
}

message CandidateWord {
// Unique number specifing the candidate. This may be a negative value.
// Unique number specifying the candidate. This may be a negative value.
optional int32 id = 1;
// The first index should be zero and index numbers should increase by one.
optional uint32 index = 2;
Expand Down Expand Up @@ -190,7 +190,7 @@ message CandidateWindow {
// if the composition is "あいう" and the cursor is the position is between
// "あ" and "い" (e.g. "あ|いう"), the number should be 1.
// Note, Util::CharsLen does not take care of IVS or combining character
// so much. Thus CharsLen's behavoir on those characters might be changed.
// so much. Thus CharsLen's behavior on those characters might be changed.
required uint32 position = 6;

// Nested candidates aka cascading window.
Expand Down

0 comments on commit 006ed69

Please sign in to comment.