Skip to content

Commit

Permalink
Fix type URL in comment.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 633523032
Change-Id: I9902fb1d49de0d4b8e4fce80f88b5d9c49083a05
  • Loading branch information
juergw authored and copybara-github committed May 14, 2024
1 parent c2fabfc commit c6a1326
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proto/tink.proto
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ option objc_class_prefix = "TINKPB";
//
// type.googleapis.com/packagename.messagename
//
// For example, for an HMAC key defined in proto google.cloud.tink.HmacKey
// For example, for an HMAC key defined in proto google.crypto.tink.HmacKey
// the value of type_url is:
//
// type.googleapis.com/google.cloud.tink.HmacKey
// type.googleapis.com/google.crypto.tink.HmacKey
//
// For each type_url, in addition to the *Key proto, there exist two
// related structures:
Expand Down

0 comments on commit c6a1326

Please sign in to comment.