Skip to content

Commit 5356717

Browse files
committed
docs(common): update style comment
1 parent a1f2860 commit 5356717

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pkg/ui/common/style.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,12 @@ func StyleConfig() gansi.StyleConfig {
3030
return s
3131
}
3232

33-
// StyleRenderer returns a new Glamour renderer with the DefaultColorProfile.
33+
// StyleRenderer returns a new Glamour renderer.
3434
func StyleRenderer() gansi.RenderContext {
3535
return StyleRendererWithStyles(StyleConfig())
3636
}
3737

38-
// StyleRendererWithStyles returns a new Glamour renderer with the
39-
// DefaultColorProfile and styles.
38+
// StyleRendererWithStyles returns a new Glamour renderer.
4039
func StyleRendererWithStyles(styles gansi.StyleConfig) gansi.RenderContext {
4140
return gansi.NewRenderContext(gansi.Options{
4241
Styles: styles,

0 commit comments

Comments
 (0)