From 6c9ca9025199b145c42a75d10cadb3f97879ee6d Mon Sep 17 00:00:00 2001 From: Jimmi Holst Christensen Date: Thu, 12 Jan 2023 19:49:56 +0100 Subject: Fix misspelled things --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index d37a222..bbf61e5 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ pub fn main() !void { \\ ); - // Initalize our diagnostics, which can be used for reporting useful errors. + // Initialize our diagnostics, which can be used for reporting useful errors. // This is optional. You can also pass `.{}` to `clap.parse` if you don't // care about the extra information `Diagnostics` provides. var diag = clap.Diagnostic{}; @@ -171,7 +171,7 @@ pub fn main() !void { // Skip exe argument _ = iter.next(); - // Initalize our diagnostics, which can be used for reporting useful errors. + // Initialize our diagnostics, which can be used for reporting useful errors. // This is optional. You can also leave the `diagnostic` field unset if you // don't care about the extra information `Diagnostic` provides. var diag = clap.Diagnostic{}; -- cgit v1.2.3