Skip to content

Commit

Permalink
docs: Fix documentation of the BasicPane
Browse files Browse the repository at this point in the history
  • Loading branch information
Quenty committed Jan 28, 2025
1 parent 9ecb18a commit e0a44d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/basicpane/src/Shared/BasicPane.lua
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ end
--[=[
Returns an observable that observes visibility
@return Observable<boolean>
@return Observable<boolean, boolean?>
]=]
function BasicPane:ObserveVisible()
return self._visible:Observe()
Expand Down

0 comments on commit e0a44d2

Please sign in to comment.