Merge "docs: Added missing comma in RectF class description." into qt-dev

This commit is contained in:
TreeHugger Robot
2019-08-01 00:25:05 +00:00
committed by Android (Google) Code Review

View File

@@ -27,7 +27,7 @@ import java.io.PrintWriter;
/**
* RectF holds four float coordinates for a rectangle. The rectangle is
* represented by the coordinates of its 4 edges (left, top, right bottom).
* represented by the coordinates of its 4 edges (left, top, right, bottom).
* These fields can be accessed directly. Use width() and height() to retrieve
* the rectangle's width and height. Note: most methods do not check to see that
* the coordinates are sorted correctly (i.e. left <= right and top <= bottom).