aboutsummaryrefslogtreecommitdiff
path: root/doc/ref/javascript/types.texi
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-03-17 18:11:31 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-03-28 14:17:01 +0200
commitbc48735cbd3bdccf3f9a0e6ea2e9c729a8c51b43 (patch)
treea8827f52693d27796d9f77ce0d8dfa660e6a5629 /doc/ref/javascript/types.texi
parentAdd texinfo doc for (datetime). (diff)
downloadcalp-bc48735cbd3bdccf3f9a0e6ea2e9c729a8c51b43.tar.gz
calp-bc48735cbd3bdccf3f9a0e6ea2e9c729a8c51b43.tar.xz
Minor texi fixups.
Diffstat (limited to 'doc/ref/javascript/types.texi')
-rw-r--r--doc/ref/javascript/types.texi5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/ref/javascript/types.texi b/doc/ref/javascript/types.texi
index b9e6dbbf..6f518f53 100644
--- a/doc/ref/javascript/types.texi
+++ b/doc/ref/javascript/types.texi
@@ -57,9 +57,8 @@ Alias of @code{'string'}.
Alias for a record consisting of
@itemize @bullet
@item the name of the type, as a string
-@item All parameters of the object, as a @code{Record<string, any}@
- @footnote{Which is simply a regular javascript object, mapping
- strings to anything}.
+@item All parameters of the object, as a @code{Record<string, any>}
+@footnote{Which is simply a regular javascript object, mapping strings to anything}.
@item An @code{ical_type} value, noting the type of the final field(s)
@item And one or more values of the type specified by the third field.
@end itemize