Skip to content

Commit

Permalink
Fix some incorrect docs
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptibell committed Mar 8, 2023
1 parent 99ca1fc commit a4ee9a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

- Fixed the CLI being a bit too picky about file names when trying to run files in `lune` or `.lune` directories
- Fixed documentation misses from large changes made in version `0.5.0`

## `0.5.4` - March 7th, 2023

Expand Down
5 changes: 4 additions & 1 deletion docs/luneTypes.d.luau
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,10 @@ declare task: {
--[=[
@within Task
Waits for the given duration, with a minimum wait time of 10 milliseconds.
Waits for *at least* the given amount of time.
The minimum wait time possible when using `task.wait` is limited by the underlying OS sleep implementation.
For most systems this means `task.wait` is accurate down to about 5 milliseconds or less.
@param duration The amount of time to wait
@return The exact amount of time waited
Expand Down

0 comments on commit a4ee9a2

Please sign in to comment.