Make translation example more clear

This commit is contained in:
Filip Tibell 2023-01-19 15:01:57 -05:00
parent 2a7027d36e
commit cb030f40fd
No known key found for this signature in database

View file

@ -76,9 +76,7 @@ type process = {
</details> </details>
<details> <details>
<summary><b>🔀 Example translation from Bash to Luau</b></summary> <summary><b>🔀 Example translation from Bash</b></summary>
**_Before:_**
```bash ```bash
#!/bin/bash #!/bin/bash
@ -95,7 +93,7 @@ do
done done
``` ```
**_After:_** **_With Lune & Luau:_**
```lua ```lua
local valid = true local valid = true