Fix odbc docs error

db4
Eduardo Cavazos 2008-01-16 09:02:32 -06:00
parent 6a4e984357
commit d9ff84c4c6
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
! Copyright (C) 2007 Chris Double.
! See http://factorcode.org/license.txt for BSD license.
USING: help.syntax help.markup odbc threads ;
USING: help.syntax help.markup threads ;
IN: odbc
HELP: odbc-init
{ $values { "env" "an ODBC environment handle" } }