Fix typo in README

PiperOrigin-RevId: 528506206
This commit is contained in:
MediaPipe Team 2023-05-01 10:22:38 -07:00 committed by Copybara-Service
parent b9a9da5de5
commit cab619f8da

View File

@ -52,7 +52,7 @@ int select = cc->Inputs().Tag(kSelectTag).Get<int>();
write write
``` ```
int select = kSelectTag(cc).Get(); // alternative: *kSelectTag(cc) int select = kSelect(cc).Get(); // alternative: *kSelect(cc)
``` ```
Sets of multiple ports can be declared with `::Multiple`. Note, also, that a tag Sets of multiple ports can be declared with `::Multiple`. Note, also, that a tag