Skip to content

Commit

Permalink
Small text fix. It's "its" not "it's" here.
Browse files Browse the repository at this point in the history
  • Loading branch information
Artie Gold committed Oct 28, 2012
1 parent bb79614 commit ffdde4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/writing/structure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ Another way to say the same thing is to suggest using functions and procedures
with as few implicit contexts and side-effects as possible. A function's
implicit context is made up of any of the global variables or items in the persistence layer
that are accessed from within the function. Side-effects are the changes that a function makes
to it's implicit context. If a function saves or deletes data in a global variable or
to its implicit context. If a function saves or deletes data in a global variable or
in the persistence layer, it is said to have a side-effect.

Carefully isolating functions with context and side-effects from functions with
Expand Down

0 comments on commit ffdde4a

Please sign in to comment.