Fixed a typo where an l was a 1

This commit is contained in:
Eric-Paul Ickhorn 2023-11-28 19:02:28 +01:00
parent 61ff4967a6
commit cf124ffcdc
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Parcel has very few dependencies. Below, there's a list of those
dependencies that Parcel has: dependencies that Parcel has:
- `gcc` (no other compiler is supported) - `gcc` (no other compiler is supported)
- binutils (`ar`, `1d`, ...) - binutils (`ar`, `ld`, ...)
- `bash` - `bash`
- *The Usual* (a *libc*, the *system headers*, ...) - *The Usual* (a *libc*, the *system headers*, ...)