Skip to content

Commit

Permalink
chore: fix acronyms case
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoVeille committed May 27, 2024
1 parent d1576b6 commit 8e0d0f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions processors/processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ type Flag struct {
// Zeropad is an Example processor to show how to add text processors,
// it checks if the data is a number and pads it with zeros
// Example implements 'Item' and 'DefaultItem' from package 'github.com/charmbracelet/bubbles/list'
// to work with the ui, and `Processor` from this package to do the text transformation and generation
// of the cli commands
// to work with the UI, and `Processor` from this package to do the text transformation and generation
// of the CLI commands
// After implementing add the struct to List.
type Zeropad struct{}

Expand Down

0 comments on commit 8e0d0f8

Please sign in to comment.