mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-09 11:40:46 -05:00
Add missing word "a"
This commit is contained in:
parent
a446d67992
commit
2b2c396237
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
// These can be used in different ways, but typically to convert
|
// These can be used in different ways, but typically to convert
|
||||||
// numerical values into various text representations. The
|
// numerical values into various text representations. The
|
||||||
// results can be used for direct output to a terminal or stored
|
// results can be used for direct output to a terminal or stored
|
||||||
// for later use or written to file. The latter is useful when
|
// for later use or written to a file. The latter is useful when
|
||||||
// large amounts of data are to be processed by other programs.
|
// large amounts of data are to be processed by other programs.
|
||||||
//
|
//
|
||||||
// In Ziglings, we are concerned with the output to the console.
|
// In Ziglings, we are concerned with the output to the console.
|
||||||
|
|
Loading…
Reference in a new issue