From 0533664f9001ed73f58844a652df92cac40d9cd7 Mon Sep 17 00:00:00 2001 From: javalia Date: Mon, 10 Oct 2011 16:02:44 -0400 Subject: [PATCH] Removed non-existant param from SetTrieString function doc (bug 5108, r=dvander). --- plugins/include/adt_trie.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/include/adt_trie.inc b/plugins/include/adt_trie.inc index 63750099..acda5fc1 100644 --- a/plugins/include/adt_trie.inc +++ b/plugins/include/adt_trie.inc @@ -79,8 +79,7 @@ native bool:SetTrieArray(Handle:trie, const String:key[], const any:array[], num * * @param trie Trie Handle. * @param key Key string. - * @param array Array to store. - * @param num_items Number of items in the array. + * @param value String to store. * @param replace If false, operation will fail if the key is already set. * @return True on success, false on failure. * @error Invalid Handle.