Skip to content

Commit 072fcc7

Browse files
author
livecodeali
committed
[[ Docs ]] Param names do not match elements in IsPointWithinRect docs
1 parent 0219116 commit 072fcc7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/notes/bugfix-15846.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# MCWidgetEvalIsPointWithinRect(pPoint,pRect,rWithin) is in the dictionary

engine/src/widget.mlc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -749,9 +749,9 @@ Example:
749749
*/
750750

751751
syntax IsPointWithinRect is neutral binary operator with precedence 5
752-
<mPoint: Expression> "is" "within" <mRect: Expression>
752+
<Point: Expression> "is" "within" <Rect: Expression>
753753
begin
754-
MCWidgetEvalIsPointWithinRect(mPoint, mRect, output)
754+
MCWidgetEvalIsPointWithinRect(Point, Rect, output)
755755
end syntax
756756

757757
/*

0 commit comments

Comments
 (0)