diff --git a/docs/latest/api/view.md b/docs/latest/api/view.md index 29c4662..3c52f3d 100644 --- a/docs/latest/api/view.md +++ b/docs/latest/api/view.md @@ -62,6 +62,8 @@ it becomes the topmost view. * `view` View - Child view to remove. +If the view passed as a parameter is not a child of this view, this method is a no-op. + #### `view.setBounds(bounds)` * `bounds` [Rectangle](latest/api/structures/rectangle.md) - New bounds of the View.