Skip to content
Snippets Groups Projects
Commit 564978d2 authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

Rename fetch_by_dbID_list() --> fetch_all_by_dbID_list() in

documentation.
parent fcd32e4d
No related branches found
No related tags found
No related merge requests found
......@@ -154,7 +154,7 @@
2. Fetching a set of terms from the database
2.a by a collection of internal IDs
$adaptor->fetch_by_dbID_list(\@dbIDs)
$adaptor->fetch_all_by_dbID_list(\@dbIDs)
2.b by their (immediate) parent term
$adaptor->fetch_all_by_parent_term($term)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment