aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkRect.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkRect.h')
-rw-r--r--include/core/SkRect.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/core/SkRect.h b/include/core/SkRect.h
index ed0e599ad9..2ba6b2234a 100644
--- a/include/core/SkRect.h
+++ b/include/core/SkRect.h
@@ -6,7 +6,7 @@
*/
/* Generated by tools/bookmaker from include/core/SkRect.h and docs/SkRect_Reference.bmh
- on 2018-06-14 13:13:34. Additional documentation and examples can be found at:
+ on 2018-07-13 08:15:11. Additional documentation and examples can be found at:
https://skia.org/user/api/SkRect_Reference
You may edit either file directly. Structural changes to public interfaces require
@@ -904,7 +904,7 @@ struct SK_API SkRect {
*/
SkScalar width() const { return fRight - fLeft; }
- /** Returns span on the y-axis. This does not check if SkIRect is sorted, or if
+ /** Returns span on the y-axis. This does not check if SkRect is sorted, or if
result fits in 32-bit float; result may be negative or infinity.
@return fBottom minus fTop
@@ -922,7 +922,7 @@ struct SK_API SkRect {
}
/** Returns average of top edge and bottom edge. Result does not change if SkRect
- is sorted. Result may overflow to infinity if SkRect is far from the origin.
+ is sorted.
@return midpoint in y
*/