Skip to content

Commit

Permalink
README: reword global/singleton
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuart Sierra committed Apr 1, 2016
1 parent 295485d commit ee09ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -133,7 +133,7 @@ component model to an existing application without major refactoring.

In particular, the 'component' library assumes that all application
state is passed as arguments to the functions that use it. As a
result, this framework may not work well with code which relies on
result, this framework may be awkward to use with code which relies on
global or singleton references.

For small applications, declaring the dependency relationships among
Expand Down

0 comments on commit ee09ea8

Please sign in to comment.