Fix comment formatting in slider component example

Corrected comment formatting in the slider component example.
This commit is contained in:
sindri 2026-03-02 13:41:48 +01:00 committed by GitHub
parent eaa8fe0655
commit c247a2eeb2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -116,9 +116,8 @@ end
return Menu
```
```luau [slider.luau]
l-- Example of a component that wraps the built-in slider component.
-- Example of a component that wraps the built-in slider component.
-- This keeps a consistent "component(props) -> Instance" style.
local source = vide.source