Skip to content

Commit

Permalink
command
Browse files Browse the repository at this point in the history
  • Loading branch information
lpxxn committed Feb 29, 2020
1 parent 81abf3b commit 41d8a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
|:-------:|:----------- |:------:|
| [Strategy](/behavioral/strategy.rs) | Enables an algorithm's behavior to be selected at runtime ||
| [State](/behavioral/state.rs) | Encapsulates varying behavior for the same object based on its internal state ||
| [Command](/behavioral/command.rs) | Bundles a command and arguments to call later ||
| [Command](/behavioral/command.rs) | converts requests or simple operations into objects. ||



Expand Down

0 comments on commit 41d8a32

Please sign in to comment.