Skip to content

Commit

Permalink
rename noop to none
Browse files Browse the repository at this point in the history
  • Loading branch information
erikareads committed Jan 23, 2024
1 parent f59fe4c commit e07ca5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/teashop/command.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pub fn from(effect: fn(fn(msg) -> Nil) -> Nil) -> Command(msg) {
Command(Custom(fn(dispatch) { effect(dispatch) }))
}

pub fn noop() {
pub fn none() {
Command(Noop)
}

Expand Down

0 comments on commit e07ca5d

Please sign in to comment.