Skip to content

Commit e06c10a

Browse files
committed
Fix for typo in addressee.
1 parent c0ef99c commit e06c10a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smarty-rust-sdk/src/us_street_api/candidate.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pub struct Candidate {
1010
pub input_id: String,
1111
pub input_index: i64,
1212
pub candidate_index: i64,
13-
pub adressee: String,
13+
pub addressee: String,
1414
pub delivery_line_1: String,
1515
pub delivery_line_2: String,
1616
pub last_line: String,

0 commit comments

Comments
 (0)