Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1d619263 authored by Kevin Hufnagle's avatar Kevin Hufnagle
Browse files

docs: Added missing comma in RectF class description.

Test: make ds-docs -j32

Bug: 132942874
Change-Id: I8e9d2bfa620be35ef66bd9b05c4a0b9e4727cafa
parent 8292b6bb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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).