aboutsummaryrefslogtreecommitdiff
path: root/pw_tokenizer/options.proto
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-03-12 23:07:32 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-03-12 23:07:32 +0000
commit47562fa92998f8f4289ae9a8048349067754d52e (patch)
treec1643be8ab17fc607cea748a8bb1d621a5964873 /pw_tokenizer/options.proto
parenteeec55b65fe2c3c7647bb70ea44b3c839eb1267c (diff)
parent646563934a3e2ee26f50171f94d95173a1662e2c (diff)
downloadpigweed-47562fa92998f8f4289ae9a8048349067754d52e.tar.gz
Snap for 11566117 from 646563934a3e2ee26f50171f94d95173a1662e2c to sdk-releaseplatform-tools-35.0.1
Change-Id: Iec629b181a2c6905754a4c340e334884e13fd3b4
Diffstat (limited to 'pw_tokenizer/options.proto')
-rw-r--r--pw_tokenizer/options.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw_tokenizer/options.proto b/pw_tokenizer/options.proto
index 288a2dac6..1ffbfece0 100644
--- a/pw_tokenizer/options.proto
+++ b/pw_tokenizer/options.proto
@@ -29,7 +29,7 @@ enum Tokenization {
extend google.protobuf.FieldOptions {
// The field number was randomly selected from the reserved, internal use
// field numbers (50000-99999).
- // TODO(b/234886465): Register with the Protobuf Global Extension Registry:
+ // TODO: b/234886465 - Register with the Protobuf Global Extension Registry:
// https://github.com/protocolbuffers/protobuf/blob/HEAD/docs/options.md
Tokenization format = 78576;
}