Skip to content

Commit

Permalink
the-farm: fix small typo (#2823)
Browse files Browse the repository at this point in the history
Co-Authored-by: <[email protected]>
  • Loading branch information
andrerfcsantos authored Jul 27, 2024
1 parent 7c9fb06 commit a6a216b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/concept/the-farm/.docs/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type FodderCalculator interface {
}
```

As you work on your code, you will improve the error handling to make it more robust and easier to debug later on when you use it in your daily farm live.
As you work on your code, you will improve the error handling to make it more robust and easier to debug later on when you use it in your daily farm life.

## 1. Divide the food evenly

Expand Down

0 comments on commit a6a216b

Please sign in to comment.