From d94d137bac481089c2c7a121d40744e1ae9fe2fa Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Tue, 30 Jun 2020 13:24:47 +0200 Subject: Fix wording in the documentation --- docs/documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/documentation.md') 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. -- cgit v1.2.1