Skip to content

Commit

Permalink
Merge pull request steipete#19 from xeodou/master
Browse files Browse the repository at this point in the history
Fix typo in read me file.
  • Loading branch information
ashfurrow committed May 12, 2014
2 parents 957282c + 56b8466 commit eea5dc4
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 @@ -44,7 +44,7 @@ Aspects calls and matches block arguments. Blocks without arguments are supporte

When to use Aspects
-------------------
Aspect-oritented programming (AOP) is used to encapsulate "cross-cutting" concerns. These are the kind of requirements that *cut-accross* many modules in your system, and so cannot be encapsulated using normal Object Oriented programming. Some examples of these kinds of requirements:
Aspect-oriented programming (AOP) is used to encapsulate "cross-cutting" concerns. These are the kind of requirements that *cut-accross* many modules in your system, and so cannot be encapsulated using normal Object Oriented programming. Some examples of these kinds of requirements:

* *Whenever* a user invokes a method on the service client, security should be checked.
* *Whenever* a useer interacts with the store, a genius suggestion should be presented, based on their interaction.
Expand Down

0 comments on commit eea5dc4

Please sign in to comment.