Typos

Ivan
2024-09-28 19:06:25 -05:00
parent 135c07d661
commit b14342537b

@@ -3,13 +3,13 @@
### Problematic code: ### Problematic code:
```sh ```sh
foo() {echo "hello world;} foo() {echo "hello world"; }
``` ```
### Correct code: ### Correct code:
```sh ```sh
foo() { echo "hello world;} foo() { echo "hello world"; }
``` ```
### Rationale: ### Rationale: