From f26956423c48e6e71001f7eb8a0a428b35bc3a5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 16 Oct 2023 15:12:32 +0200 Subject: s/defaulct/default/g --- doc/ref/object/object.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3