diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/documentation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/documentation.md b/docs/documentation.md index 898a46d..27b4b99 100644 --- a/docs/documentation.md +++ b/docs/documentation.md @@ -1131,7 +1131,7 @@ the dispatch argument simply by passing its name as a string. (Note that if you misspell the name you will get an error.) The decorated function `write` is turned into a generic function ( -`write` is a function at the idea it is decorated; it will be turned +`write` is a function at the time it is decorated; it will be turned into a method later, at class instantiation time), and it is called if there are no more specialized implementations. |
