docs(common): update style comment

Ayman Bagabas created

Change summary

pkg/ui/common/style.go | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)

Detailed changes

pkg/ui/common/style.go 🔗

@@ -30,13 +30,12 @@ func StyleConfig() gansi.StyleConfig {
 	return s
 }
 
-// StyleRenderer returns a new Glamour renderer with the DefaultColorProfile.
+// StyleRenderer returns a new Glamour renderer.
 func StyleRenderer() gansi.RenderContext {
 	return StyleRendererWithStyles(StyleConfig())
 }
 
-// StyleRendererWithStyles returns a new Glamour renderer with the
-// DefaultColorProfile and styles.
+// StyleRendererWithStyles returns a new Glamour renderer.
 func StyleRendererWithStyles(styles gansi.StyleConfig) gansi.RenderContext {
 	return gansi.NewRenderContext(gansi.Options{
 		Styles: styles,