diff options
author | Araq <rumpf_a@web.de> | 2012-05-04 01:58:54 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-05-04 01:58:54 +0200 |
commit | a41bf611a02858843d4e083246fd2c5028638452 (patch) | |
tree | 479848282174638b643b617a9fe8d1a2dd46f861 /doc | |
parent | 28b68d914ecef78ecf8e5068583b8ed3f5e7a302 (diff) | |
download | Nim-a41bf611a02858843d4e083246fd2c5028638452.tar.gz |
fixes binding of overloaded procs
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/lib.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lib.txt b/doc/lib.txt index 3f2e3e0c3..37c66a3b7 100755 --- a/doc/lib.txt +++ b/doc/lib.txt @@ -608,4 +608,4 @@ Scientific computing -------------------- * `libsvm <libsvm.html>`_ - Low level wrapper for `libsvm <http://www.csie.ntu.edu.tw/~cjlin/libsvm/>`_. + Low level wrapper for `lib svm <http://www.csie.ntu.edu.tw/~cjlin/libsvm/>`_. |