mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 13:00:37 +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>
|
||||||
|
|
||||||
<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
|
||||||
|
|
Loading…
Reference in a new issue