mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Fix mistakes in docs
This commit is contained in:
parent
baf308ccf3
commit
bacb4fa0f0
8 changed files with 12 additions and 18 deletions
|
|
@ -32,7 +32,7 @@ Shows one of a set of components depending on a source and a mapping table.
|
|||
- **Type**
|
||||
|
||||
```luau
|
||||
function switch<K, V>(source: () -> K): (map: Map<K, () -> V>) () -> V?
|
||||
function switch<K, V>(source: () -> K): (map: Map<K, () -> V>): () -> V?
|
||||
```
|
||||
|
||||
- **Details**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue