diff --git a/src/IKVM.ByteCode/Encoding/ElementValuePairTableEncoder.cs b/src/IKVM.ByteCode/Encoding/ElementValuePairTableEncoder.cs index 1dd8c4a..dcd25de 100644 --- a/src/IKVM.ByteCode/Encoding/ElementValuePairTableEncoder.cs +++ b/src/IKVM.ByteCode/Encoding/ElementValuePairTableEncoder.cs @@ -1,5 +1,4 @@ using System; -using System.Collections.Generic; using IKVM.ByteCode.Buffers; @@ -7,7 +6,7 @@ namespace IKVM.ByteCode.Encoding { /// - /// Encodes an 'element_value_pair_table' structure. + /// Encodes a table of 'element_value_pair' structures. /// public struct ElementValuePairTableEncoder {