Skip to content

Commit

Permalink
docs: Fix missing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Quenty committed Dec 3, 2024
1 parent 03fd05a commit 1d2faf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/aggregator/src/Shared/RateAggregator.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ end
--[=[
Observes the aggregated data
@param id number
@param ... any
@return Observable<T>
]=]
function RateAggregator:Promise(...)
Expand Down
1 change: 1 addition & 0 deletions src/symbol/src/Shared/Symbol.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ end
--[=[
Returns true if a symbol
@param value boolean
@return boolean
]=]
function Symbol.isSymbol(value)
Expand Down

0 comments on commit 1d2faf4

Please sign in to comment.