From f504ad2e430ea8c0e84ffc09e6f11db7c9b59319 Mon Sep 17 00:00:00 2001 From: Jeremy Hughes Date: Mon, 27 Jul 2009 15:30:30 +1200 Subject: [PATCH] alien.marshall: doc fix --- extra/alien/marshall/marshall-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/alien/marshall/marshall-docs.factor b/extra/alien/marshall/marshall-docs.factor index 7b321bd992..361753a0d3 100644 --- a/extra/alien/marshall/marshall-docs.factor +++ b/extra/alien/marshall/marshall-docs.factor @@ -604,7 +604,7 @@ ARTICLE: "alien.marshall" "C marshalling" "Wrap an alien:" { $subsection alien-wrapper } "Wrap a struct:" { $subsection struct-wrapper } "Get the marshaller for a C type:" { $subsection marshaller } -"Get the unmarshaller for a C type:" { $subsection marshaller } +"Get the unmarshaller for a C type:" { $subsection unmarshaller } "Get the unmarshaller for an output parameter:" { $subsection out-arg-unmarshaller } "Get the unmarshaller for a struct field:" { $subsection struct-field-unmarshaller } $nl