chore: correct typo flaw in comment

This commit is contained in:
AsperforMias 2026-05-16 13:48:41 +08:00
parent de0d596190
commit ba135502bd

View File

@ -29,7 +29,7 @@ public class RockerView extends View {
private float innerCenterY;
/** view中心点x坐标 */
private float viewCenterX;
/** view中心点y左边 */
/** view中心点y坐标 */
private float viewCenterY;
/** 外圆半径 */
private int outerCircleRadius;