diff options
Diffstat (limited to 'example/README.md.template')
| -rw-r--r-- | example/README.md.template | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/example/README.md.template b/example/README.md.template index 7963112..373a037 100644 --- a/example/README.md.template +++ b/example/README.md.template | |||
| @@ -42,13 +42,13 @@ program can take: | |||
| 42 | ``` | 42 | ``` |
| 43 | 43 | ||
| 44 | ``` | 44 | ``` |
| 45 | zig-clap/src/comptime.zig:116:17: error: --helps is not a parameter. | 45 | zig-clap/src/comptime.zig:109:17: error: --helps is not a parameter. |
| 46 | @compileError(name ++ " is not a parameter."); | 46 | @compileError(name ++ " is not a parameter."); |
| 47 | ^ | 47 | ^ |
| 48 | zig-clap/src/comptime.zig:84:45: note: called from here | 48 | zig-clap/src/comptime.zig:77:45: note: called from here |
| 49 | const param = comptime findParam(name); | 49 | const param = comptime findParam(name); |
| 50 | ^ | 50 | ^ |
| 51 | zig-clap/example/comptime-clap-error.zig:22:18: note: called from here | 51 | zig-clap/example/comptime-clap-error.zig:18:18: note: called from here |
| 52 | _ = args.flag("--helps"); | 52 | _ = args.flag("--helps"); |
| 53 | ^ | 53 | ^ |
| 54 | ``` | 54 | ``` |