Skip to content

Commit ffdde4a

Browse files
author
Artie Gold
committed
Small text fix. It's "its" not "it's" here.
1 parent bb79614 commit ffdde4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/writing/structure.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ Another way to say the same thing is to suggest using functions and procedures
251251
with as few implicit contexts and side-effects as possible. A function's
252252
implicit context is made up of any of the global variables or items in the persistence layer
253253
that are accessed from within the function. Side-effects are the changes that a function makes
254-
to it's implicit context. If a function saves or deletes data in a global variable or
254+
to its implicit context. If a function saves or deletes data in a global variable or
255255
in the persistence layer, it is said to have a side-effect.
256256

257257
Carefully isolating functions with context and side-effects from functions with

0 commit comments

Comments
 (0)