Skip to content

Commit

Permalink
update docs definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Nov 14, 2016
1 parent e5d2f7f commit f615f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/definitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ $uri === $uri2; //return false;

## Immutability

To ease and ensure the integrity of the value, when a component is altered instead of modifying its current value, we return a new component with the changed value. This practice is called immutability.
To ensure the integrity of the value, when a component is altered instead of modifying its current value, we return a new component with the changed value. This practice is called immutability.

~~~php
<?php
Expand Down

0 comments on commit f615f97

Please sign in to comment.