Skip to content

Commit 93a45ff

Browse files
committed
Merge pull request faif#99 from Smoseph/patch-1
Small grammatical clarification
2 parents 66f2208 + 5d943ab commit 93a45ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ __Behavioral Patterns__:
4848
|[memento](memento.py)| generate an opaque token that can be used to go back to a previous state |
4949
|[observer](observer.py)| provide a callback for notification of events/changes to data |
5050
|[publish_subscribe](publish_subscribe.py)| a source syndicates events/data to 0+ registered listeners |
51-
|[registry](registry.py)|keeping track of all subclasses of a given class |
51+
|[registry](registry.py)|keep track of all subclasses of a given class |
5252
|[specification](specification.py)| business rules can be recombined by chaining the business rules together using boolean logic |
5353
|[state](state.py)| logic is organized into a discrete number of potential states and the next state that can be transitioned to |
5454
|[strategy](strategy.py)| selectable operations over the same data |

0 commit comments

Comments
(0)