mirror of https://github.com/mum4k/termdash.git
Fixing one misformatted doc comment.
Signed-off-by: Jakub Sobon <jakub.sobon@elohim.sk>
This commit is contained in:
parent
5a36b82b2e
commit
fa5cbadc35
|
@ -95,15 +95,15 @@ func SkipSlopesLTE(v int) Option {
|
|||
// This only has a visible effect when the horizontal segment has height of two
|
||||
// or the vertical segment has width of two.
|
||||
// Without this option segments with height / width of two look like this:
|
||||
// - |
|
||||
// - |
|
||||
// --- ||
|
||||
// |
|
||||
// |
|
||||
//
|
||||
// With this option:
|
||||
//
|
||||
// --- |
|
||||
// - ||
|
||||
// |
|
||||
// --- |
|
||||
// - ||
|
||||
// |
|
||||
func ReverseSlopes() Option {
|
||||
return option(func(opts *options) {
|
||||
opts.reverseSlopes = true
|
||||
|
|
Loading…
Reference in New Issue