Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewscwei committed Sep 10, 2023
1 parent ae2486c commit 46be5fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/Rect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -418,8 +418,8 @@ export class Rect {
}

/**
* Checks if this rect contains a {@link Point}, {@link PointDescriptor},
* {@link Rect}(s), or {@link Element}(s).
* Checks if this rect contains any part of a {@link Point},
* {@link PointDescriptor}, {@link Rect}(s), or {@link Element}(s).
*
* @param obj The target object.
*
Expand Down

0 comments on commit 46be5fd

Please sign in to comment.