8000
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 91985e9 commit bbb1c2eCopy full SHA for bbb1c2e
docs/writing/structure.rst
@@ -306,7 +306,7 @@ clearer and thus preferred.
306
This mechanism is useful for separating concerns and avoiding
307
external un-related logic 'polluting' the core logic of the function
308
or method. A good example of a piece of functionality that is better handled
309
-with decoration is memorization or caching: you want to store the results of an
+with decoration is memoization or caching: you want to store the results of an
310
expensive function in a table and use them directly instead of recomputing
311
them when they have already been computed. This is clearly not part
312
of the function logic.
0 commit comments