summaryrefslogtreecommitdiff
path: root/example/simple.zig
diff options
context:
space:
mode:
Diffstat (limited to 'example/simple.zig')
-rw-r--r--example/simple.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/simple.zig b/example/simple.zig
index 1ac7de5..2d32463 100644
--- a/example/simple.zig
+++ b/example/simple.zig
@@ -15,7 +15,7 @@ pub fn main() !void {
15 \\ 15 \\
16 ); 16 );
17 17
18 // Initalize our diagnostics, which can be used for reporting useful errors. 18 // Initialize our diagnostics, which can be used for reporting useful errors.
19 // This is optional. You can also pass `.{}` to `clap.parse` if you don't 19 // This is optional. You can also pass `.{}` to `clap.parse` if you don't
20 // care about the extra information `Diagnostics` provides. 20 // care about the extra information `Diagnostics` provides.
21 var diag = clap.Diagnostic{}; 21 var diag = clap.Diagnostic{};