diff --git a/_modules/plum/signature.html b/_modules/plum/signature.html index 17c6e52a..051bc645 100644 --- a/_modules/plum/signature.html +++ b/_modules/plum/signature.html @@ -354,7 +354,7 @@

Source code for plum.signature

         *types (tuple[type, ...]): Types of the arguments.
         varargs (type, optional): Type of the variable arguments.
         return_type (type, optional): Type of the return value. Defaults to `Any`.
-        precedence (int, optional): Precedence. Default to `0`.
+        precedence (int, optional): Precedence. Defaults to `0`.
         implementation (function, optional): Implementation.
 
     Attributes:
diff --git a/api.html b/api.html
index 3f3625ec..100d3a26 100644
--- a/api.html
+++ b/api.html
@@ -513,7 +513,7 @@ 

Application Programming Interface