aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/ref/object/object.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/object/object.texi b/doc/ref/object/object.texi
index 7eff8ec2..66409d43 100644
--- a/doc/ref/object/object.texi
+++ b/doc/ref/object/object.texi
@@ -32,7 +32,7 @@ Introduce a new type, disjoint from all previously defined types.
@var{type-parameters} is a key-value list, where the valid keys are
@deffn {Type Parameter} #:constructor (λ (primitive-constructor type-validator))
-The defaulct constructor for these types simply takes a keyword-value
+The default constructor for these types simply takes a keyword-value
list, validates each argument in regard to the defined types, and
constructs a final object. However; sometimes a more advanced
constructor is needed, which can be added through this parameter.