Skip to content

Commit

Permalink
missed colon
Browse files Browse the repository at this point in the history
  • Loading branch information
figuerom16 committed Jan 2, 2024
1 parent 929ec16 commit e5e1ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ For example to open a terminal to an SSH connection that you have created:
// OPTIONAL: Dynamically resize the terminal session
cell := canvas.NewText("M", color.White)
cell.TextStyle.Monospace = true
cellSize = cell.MinSize()
cellSize := cell.MinSize()

ch := make(chan terminal.Config)
go func() {
Expand Down

0 comments on commit e5e1ece

Please sign in to comment.