diff --git a/content/go/configure_options.md b/content/go/configure_options.md index 1cfa323..32014e6 100644 --- a/content/go/configure_options.md +++ b/content/go/configure_options.md @@ -67,7 +67,7 @@ users can instantiate the struct with named parameters to avoid breakage: ```go c := &src.Style{ Fg: "\033[31m", // Maroon - // Bg will be implicitly set to an empty string + // Bg will be implicitly set to an empty string } ```