Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bcpeinhardt committed Feb 26, 2024
1 parent 1047455 commit 95e2b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actors.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pub fn main() {
// API, and cordon off the concurrency concepts to your current module. Your users shouldn't
// have to know that you're using actors under the hood.

// This section will showcases the usage of our pantry
// This section will showcase the usage of our pantry.

// In a real application, `open_pantry` might get the current contents of the pantry from
// a database, but for this example the pantry will always start out empty
Expand Down

0 comments on commit 95e2b59

Please sign in to comment.