We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb79614 commit ffdde4aCopy full SHA for ffdde4a
docs/writing/structure.rst
@@ -251,7 +251,7 @@ Another way to say the same thing is to suggest using functions and procedures
251
with as few implicit contexts and side-effects as possible. A function's
252
implicit context is made up of any of the global variables or items in the persistence layer
253
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
+to its implicit context. If a function saves or deletes data in a global variable or
255
in the persistence layer, it is said to have a side-effect.
256
257
Carefully isolating functions with context and side-effects from functions with
0 commit comments