Skip to content

Commit

Permalink
replaced type unions with "any" type
Browse files Browse the repository at this point in the history
  • Loading branch information
rokoblox authored Sep 12, 2023
1 parent c09b4f2 commit 8f86135
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions selene-lib/default_std/roblox_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ globals:
type: boolean
SharedTable.increment:
args:
- type: "string | number"
- type: "any"
- type: number
SharedTable.isFrozen:
args:
Expand All @@ -632,7 +632,7 @@ globals:
display: SharedTable
SharedTable.increment:
args:
- type: "string | number"
- type: "any"
- type: function
structs:
EnumItem:
Expand Down

0 comments on commit 8f86135

Please sign in to comment.