Update differences-from-component.md
small typo
This commit is contained in:
parent
f65ed6a266
commit
5564e367e7
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ the same with or without Mount: there are no extra mental steps.
|
|||
### Objects vs. Namespaces
|
||||
|
||||
One thing that feels a bit "unClojure" about Component is "Objects". Objects everywhere, and Objects for everything.
|
||||
This is how Component "separates explicit dependencies" and "clears the bounaries".
|
||||
This is how Component "separates explicit dependencies" and "clears the boundaries".
|
||||
|
||||
This is also how an Object Oriented language does it, which does not leave a lot of room for functions:
|
||||
with Component most of the functions are _methods_ which is an important distinction.
|
||||
|
|
|
|||
Loading…
Reference in a new issue