1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 08:13:42 +02:00

for: update Dutch translation (#17248)

This commit is contained in:
Sebastiaan Speck 2025-07-18 02:39:48 +02:00 committed by GitHub
parent 4756f1e847
commit 6fb9f9cb49
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@
- Itereer over een gegeven reeks nummers:
`for {{variabele}} in {{{van}}..{{tot}}..{{stap}}}; do {{echo "Loop wordt uitgevoerd"}}; done`
`for {{variabele}} in {{{van..tot..stap}}}; do {{echo "Loop wordt uitgevoerd"}}; done`
- Itereer over een gegeven lijst van bestanden: