From fb3885e328a1b34bcfdf9467e30d1f66385ec796 Mon Sep 17 00:00:00 2001 From: "Arthur A. Gleckler" Date: Wed, 7 Oct 2020 09:58:52 -0700 Subject: Fix spelling. --- srfi-214.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srfi-214.html b/srfi-214.html index 3626b21..2cf3d0f 100644 --- a/srfi-214.html +++ b/srfi-214.html @@ -51,7 +51,7 @@

λ is a shorthand alias for lambda.

-

Additionally, examples include literal flexvector values written using SRFI 10 notation: #,(flexvector a b c) is a flexvector of length 3 containg the symbol values a, b, and c. This notation is only used for example purposes. This SRFI does not depend on SRFI 10, and it does not define the #,(flexvector x ...) syntax for actual use.

+

Additionally, examples include literal flexvector values written using SRFI 10 notation: #,(flexvector a b c) is a flexvector of length 3 containing the symbol values a, b, and c. This notation is only used for example purposes. This SRFI does not depend on SRFI 10, and it does not define the #,(flexvector x ...) syntax for actual use.

Constructors

make-flexvector

(make-flexvector size [fill])

-- cgit 1.4.1