From 19bd8745e4c3effb016fb0c12ab9fddef6fe607d Mon Sep 17 00:00:00 2001 From: Chris Boesch Date: Mon, 6 May 2024 09:13:56 +0200 Subject: Fix some typos --- exercises/099_formatting.zig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'exercises/099_formatting.zig') diff --git a/exercises/099_formatting.zig b/exercises/099_formatting.zig index 07af3ba..1952c5e 100644 --- a/exercises/099_formatting.zig +++ b/exercises/099_formatting.zig @@ -19,10 +19,10 @@ // https://github.com/ziglang/zig/blob/master/lib/std/fmt.zig#L29 // // Zig already has a very nice selection of formatting options. -// 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 a file. The latter is useful when +// These can be used in different ways, but generally 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 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. -- cgit v1.2.3-70-g09d2