Fix a typo in proto doc.

PiperOrigin-RevId: 546049240
This commit is contained in:
Yoni Ben-Meshulam 2023-07-06 11:42:10 -07:00 committed by Copybara-Service
parent 15ee1210e5
commit 0a198d1f6a

View File

@ -19,7 +19,7 @@ package mediapipe;
// Joint of a 3D human model (e.g. elbow, knee, wrist). Contains 3D rotation of // Joint of a 3D human model (e.g. elbow, knee, wrist). Contains 3D rotation of
// the joint and its visibility. // the joint and its visibility.
message Joint { message Joint {
// Joint rotation in 6D contineous representation ordered as // Joint rotation in 6D continuous representation ordered as
// [a1, b1, a2, b2, a3, b3]. // [a1, b1, a2, b2, a3, b3].
// //
// Such representation is more sutable for NN model training and can be // Such representation is more sutable for NN model training and can be