From dbc90e438766da6a09e6c18e2a052e6f57db6e9e Mon Sep 17 00:00:00 2001 From: Cary Clark Date: Fri, 18 May 2018 11:57:17 -0400 Subject: fix bookmaker typo Fix one character and update the web documentation. Docs-Preview: https://skia.org/?cl=128938 TBR=robertphillips@google.com Bug: skia:6898 Change-Id: I4525ef8d3bae85ef1d63f84ff414a32b9935ae0e Reviewed-on: https://skia-review.googlesource.com/128938 Reviewed-by: Cary Clark Commit-Queue: Cary Clark Auto-Submit: Cary Clark --- docs/SkIRect_Reference.bmh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/SkIRect_Reference.bmh') diff --git a/docs/SkIRect_Reference.bmh b/docs/SkIRect_Reference.bmh index 23905754af..db8d4ad501 100644 --- a/docs/SkIRect_Reference.bmh +++ b/docs/SkIRect_Reference.bmh @@ -1045,7 +1045,7 @@ describes an area: fLeft is less than fRight, and fTop is less than fBottom. #In Inset_Outset_Offset #Line # moves the sides independently relative to their original locations ## -Adjusts IRect by adding dL to fLeft, dT to fTop, dR to fRight, and fB to fBottom. +Adjusts IRect by adding dL to fLeft, dT to fTop, dR to fRight, and dB to fBottom. If dL is positive, narrows IRect on the left. If negative, widens it on the left. If dT is positive, shrinks IRect on the top. If negative, lengthens it on the top. -- cgit v1.2.3