diff options
| author | Chris Boesch <[email protected]> | 2023-05-07 17:45:13 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-07 17:45:13 +0200 |
| commit | ded01c6adf111a03f6b627fdc4dc85b51c13da3a (patch) | |
| tree | d49d70f7afa66ec3c6048244ab201642ca4e34b1 | |
| parent | 94f52b929808ebc34d045e7509a3f9c552a8028f (diff) | |
| parent | 2b2c396237d9e737590195ccddbadb8783d85cab (diff) | |
| download | ziglings-ded01c6adf111a03f6b627fdc4dc85b51c13da3a.tar.xz ziglings-ded01c6adf111a03f6b627fdc4dc85b51c13da3a.zip | |
Merge pull request #292 from kimshrier/exercise_099_typo
Add missing word "a"
| -rw-r--r-- | exercises/099_formatting.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/099_formatting.zig b/exercises/099_formatting.zig index fc73338..07af3ba 100644 --- a/exercises/099_formatting.zig +++ b/exercises/099_formatting.zig @@ -22,7 +22,7 @@ // These can be used in different ways, but typically to convert // numerical values into various text representations. The // 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. // // In Ziglings, we are concerned with the output to the console. |
