mirror of
https://github.com/rust-unofficial/patterns
synced 2024-11-12 07:10:30 +00:00
fix typo (#289)
This commit is contained in:
parent
dca0dfdc29
commit
bcf1a7aeae
@ -22,7 +22,7 @@ Imagine we are working on a project that generates reports every month.
|
||||
We need the reports to be generated in different formats (strategies), e.g.,
|
||||
in `JSON` or `Plain Text` formats.
|
||||
But things vary over time, and we don't know what kind of requirement we may get
|
||||
in the future. For example, we may need to generate our report in a completly new
|
||||
in the future. For example, we may need to generate our report in a completely new
|
||||
format, or just modify one of the existing formats.
|
||||
|
||||
## Example
|
||||
|
Loading…
Reference in New Issue
Block a user