Skip to content

Commit e55b78f

Browse files
authored
Merge pull request #37 from jiftechnify/fix-typos
fix typos
2 parents 47aa94f + f600c29 commit e55b78f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,8 +343,8 @@ mod tests {
343343

344344
// rewriting value of prop
345345
{
346-
let obj_innner = query_value!(mut j.obj.inner).unwrap();
347-
*obj_innner = json!("just woke up!");
346+
let obj_inner = query_value!(mut j.obj.inner).unwrap();
347+
*obj_inner = json!("just woke up!");
348348
}
349349
assert_eq!(
350350
query_value!(j.obj),

0 commit comments

Comments
 (0)