you saw nothing

This commit is contained in:
Jean-Marie Mineau 2025-03-26 15:09:27 +01:00
parent fce80fe019
commit 5379c29eb8
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2

View file

@ -212,7 +212,7 @@ impl DexString {
}
/// Build the concatenation of two string.
pub fn conctatenate(&self, other: &Self) -> Self {
pub fn concatenate(&self, other: &Self) -> Self {
let Self(androscalpel_serializer::StringDataItem {
utf16_size: androscalpel_serializer::Uleb128(size1),
data: data1,