Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Neal Gafter committed Jan 14, 2020
1 parent 16972a5 commit 5217bea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1789,7 +1789,7 @@ private void DeclareLocal(LocalSymbol local)
if (slot > 0)
{
PopulateOneSlot(ref this.State, slot);
InheritDefaultState(_variableTypes.TryGetValue(local, out var typeWithAnootations) ? typeWithAnootations.Type : local.Type, slot);
InheritDefaultState(_variableTypes.TryGetValue(local, out var typeWithAnnotations) ? typeWithAnnotations.Type : local.Type, slot);
}
}
}
Expand Down

0 comments on commit 5217bea

Please sign in to comment.