From 383b41ebfa6bce8f7050bbdf0cb470e32c1407b5 Mon Sep 17 00:00:00 2001 From: Allan Whiteford Date: Fri, 3 Jul 2026 12:10:29 +0100 Subject: [PATCH 1/2] Fixed typo --- en-US/howto/work_with_keys.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en-US/howto/work_with_keys.md b/en-US/howto/work_with_keys.md index d1ef71e..230a624 100644 --- a/en-US/howto/work_with_keys.md +++ b/en-US/howto/work_with_keys.md @@ -77,7 +77,7 @@ cfg, err := ini.LoadSources(ini.LoadOptions{ }, "my.cnf") ``` -The value of those keys are always `true`, and when you save to a file, it will keep in the same foramt as you read. +The value of those keys are always `true`, and when you save to a file, it will keep in the same format as you read. To generate such keys in your program, you could use `NewBooleanKey`: From e1ebf90b54be8c136cc5ca93c7254723aa59320a Mon Sep 17 00:00:00 2001 From: Allan Whiteford Date: Fri, 3 Jul 2026 12:10:57 +0100 Subject: [PATCH 2/2] Tweaked language --- en-US/howto/work_with_keys.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en-US/howto/work_with_keys.md b/en-US/howto/work_with_keys.md index 230a624..dd5c836 100644 --- a/en-US/howto/work_with_keys.md +++ b/en-US/howto/work_with_keys.md @@ -77,7 +77,7 @@ cfg, err := ini.LoadSources(ini.LoadOptions{ }, "my.cnf") ``` -The value of those keys are always `true`, and when you save to a file, it will keep in the same format as you read. +The value of those keys are always `true`, and when you save to a file, it will stay in the same format as you read. To generate such keys in your program, you could use `NewBooleanKey`: