From 56ca2c3cb073eceb694eef73da7ef36a27731b32 Mon Sep 17 00:00:00 2001 From: Alexander Iljin Date: Sat, 30 Mar 2019 00:54:38 +0100 Subject: [PATCH] alien.data-docs: fix a typo --- basis/alien/data/data-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/alien/data/data-docs.factor b/basis/alien/data/data-docs.factor index 8d947d127d..73281fb71d 100644 --- a/basis/alien/data/data-docs.factor +++ b/basis/alien/data/data-docs.factor @@ -257,4 +257,4 @@ ARTICLE: "c-out-params" "Output parameters in C" { $code "1234 { c-string } [ do_frob ] with-out-parameters" } -"which would put the functions return value and error string on the stack." ; +"which would put the function's return value and error string on the stack." ;