Fix typo
parent
658b8f8c07
commit
da86218e88
|
@ -1,7 +1,7 @@
|
||||||
IN: syntax
|
IN: syntax
|
||||||
USING: alien help ;
|
USING: alien help ;
|
||||||
|
|
||||||
HELP: DLL" "path\"
|
HELP: DLL" "path\""
|
||||||
{ $values { "path" "a path name string" } }
|
{ $values { "path" "a path name string" } }
|
||||||
{ $description "Constructs a DLL handle at parse time." }
|
{ $description "Constructs a DLL handle at parse time." }
|
||||||
{ $see-also dlopen } ;
|
{ $see-also dlopen } ;
|
||||||
|
|
Loading…
Reference in New Issue