Skip to content

Commit 0ff2616

Browse files
committed
Fix spelling in structure.rst
1 parent 1cfed04 commit 0ff2616

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
@@ -279,7 +279,7 @@ clearer and thus preferred.
279279
Using this mechanism is useful for separating concerns and avoiding
280280
external un-related logic 'polluting' the core logic of the function
281281
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
282+
with decoration is memorization or caching: you want to store the results of an
283283
expensive function in a table and use them directly instead of recomputing
284284
them when they have already been computed. This is clearly not part
285285
of the function logic.

0 commit comments

Comments
 (0)