Skip to content

Commit

Permalink
Add periods to the end of sentences
Browse files Browse the repository at this point in the history
  • Loading branch information
FIGBERT committed Jun 18, 2022
1 parent 33579b0 commit 27964d3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion full/add_torrent.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type addTorrent struct {
main *model
}

// Init starts ticking to refresh the UI without user interaction
// Init starts ticking to refresh the UI without user interaction.
func (m addTorrent) Init() tea.Cmd {
return tick()
}
Expand Down
2 changes: 1 addition & 1 deletion full/error.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type errorScreen struct {
main *model
}

// Init starts ticking to refresh the UI without user interaction
// Init starts ticking to refresh the UI without user interaction.
func (m errorScreen) Init() tea.Cmd {
return tick()
}
Expand Down
2 changes: 1 addition & 1 deletion full/port_startup_failure.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type portStartupFailure struct {
main *model
}

// Init starts ticking to refresh the UI without user interaction
// Init starts ticking to refresh the UI without user interaction.
func (m portStartupFailure) Init() tea.Cmd {
return tick()
}
Expand Down
2 changes: 1 addition & 1 deletion full/torrent_details.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type torrentDetails struct {
main *model
}

// Init starts ticking to refresh the UI without user interaction
// Init starts ticking to refresh the UI without user interaction.
func (m torrentDetails) Init() tea.Cmd {
return tick()
}
Expand Down

0 comments on commit 27964d3

Please sign in to comment.