aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/fatih/color/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/fatih/color/README.md')
-rw-r--r--vendor/github.com/fatih/color/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/fatih/color/README.md b/vendor/github.com/fatih/color/README.md
index 7c8eea20e..25abbca3f 100644
--- a/vendor/github.com/fatih/color/README.md
+++ b/vendor/github.com/fatih/color/README.md
@@ -87,7 +87,7 @@ blue(myWriter, "important notice: %s", stars)
// Mix up with multiple attributes
success := color.New(color.Bold, color.FgGreen).FprintlnFunc()
-success(myWriter, don't forget this...")
+success(myWriter, "Don't forget this...")
```
### Insert into noncolor strings (SprintFunc)