From 2b1cc433558896a88c0461d0123f18c6ad7acf16 Mon Sep 17 00:00:00 2001 From: yourmnbbn <56943132+yourmnbbn@users.noreply.github.com> Date: Mon, 5 Apr 2021 06:11:30 +0800 Subject: [PATCH] Correct documentation in adt_trie.inc (#1465) --- plugins/include/adt_trie.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/include/adt_trie.inc b/plugins/include/adt_trie.inc index c934990a..5b4b94e6 100644 --- a/plugins/include/adt_trie.inc +++ b/plugins/include/adt_trie.inc @@ -95,7 +95,6 @@ methodmap StringMap < Handle // Retrieves an array in a Map. // - // @param map Map Handle. // @param key Key string. // @param array Buffer to store array. // @param max_size Maximum size of array buffer.