mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 04:50:36 +00:00
Make translation example more clear
This commit is contained in:
parent
2a7027d36e
commit
cb030f40fd
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue