you saw nothing
This commit is contained in:
parent
fce80fe019
commit
5379c29eb8
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue