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>
<summary><b>🔀 Example translation from Bash to Luau</b></summary>
**_Before:_**
<summary><b>🔀 Example translation from Bash</b></summary>
```bash
#!/bin/bash
@ -95,7 +93,7 @@ do
done
```
**_After:_**
**_With Lune & Luau:_**
```lua
local valid = true