Skip to content

Commit

Permalink
docs: Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Quenty committed May 9, 2024
1 parent 65cadaf commit ea8a226
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/snackbar/src/Client/SnackbarServiceClient.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ local require = require(script.Parent.loader).load(script)
local Snackbar = require("Snackbar")
local SnackbarScreenGuiProvider = require("SnackbarScreenGuiProvider")
local Maid = require("Maid")
local Promise = require("Promise")
local SnackbarOptionUtils = require("SnackbarOptionUtils")
local PromptQueue = require("PromptQueue")

Expand Down
2 changes: 1 addition & 1 deletion src/transitionmodel/src/Shared/SpringTransitionModel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ end
--[=[
Sets the show target for the transition model
@param hideTarget T?
@param showTarget T?
@param doNotAnimate boolean?
]=]
function SpringTransitionModel:SetShowTarget(showTarget, doNotAnimate)
Expand Down

0 comments on commit ea8a226

Please sign in to comment.