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 1cfed04 commit 0ff2616Copy full SHA for 0ff2616
docs/writing/structure.rst
@@ -279,7 +279,7 @@ clearer and thus preferred.
279
Using this mechanism is useful for separating concerns and avoiding
280
external un-related logic 'polluting' the core logic of the function
281
or method. A good example of a piece of functionality that is better handled
282
-with decoration is memoization or caching: you want to store the results of an
+with decoration is memorization or caching: you want to store the results of an
283
expensive function in a table and use them directly instead of recomputing
284
them when they have already been computed. This is clearly not part
285
of the function logic.
0 commit comments