aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-10-16 15:12:32 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-10-16 15:12:32 +0200
commitf26956423c48e6e71001f7eb8a0a428b35bc3a5e (patch)
treeee78c0ec10ac41384cd5ed89174f7243d6fe21fe
parentDocument call-with-tmpfile. (diff)
downloadcalp-f26956423c48e6e71001f7eb8a0a428b35bc3a5e.tar.gz
calp-f26956423c48e6e71001f7eb8a0a428b35bc3a5e.tar.xz
s/defaulct/default/g
-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.