Skip to content

Commit ca0f073

Browse files
committed
Remove space inside 2 hyphenated words
1 parent 389eb5c commit ca0f073

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

_posts/06-04-01-Containers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ Locator in to your classes arguably creates a harder dependency on the container
1212
It also makes your code much less transparent and ultimately harder to test.
1313

1414
Most modern frameworks have their own Dependency Injection Container that allows you to wire your dependencies together
15-
through configuration. What this means in practice is that you can write application code that is as clean and de-
16-
coupled as the framework it is built on.
15+
through configuration. What this means in practice is that you can write application code that is as clean and
16+
de-coupled as the framework it is built on.

pages/The-Basics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,8 +323,8 @@ results can vary. If you are working with a small number of values, concatenatio
323323
values, interpolating is minutely faster.
324324

325325
Regardless of what you are doing with strings, none of the types will ever have any noticeable impact on your
326-
application. Trying to rewrite code to use one or the other is always an exercise in futility, so avoid this micro-
327-
optimization unless you really understand the meaning and impact of the differences.
326+
application. Trying to rewrite code to use one or the other is always an exercise in futility, so avoid this
327+
micro-optimization unless you really understand the meaning and impact of the differences.
328328

329329
* [Disproving the Single Quotes Performance Myth](http://nikic.github.io/2012/01/09/Disproving-the-Single-Quotes-Performance-Myth.html)
330330

0 commit comments

Comments
 (0)