Skip to content

Commit

Permalink
Update reachability_A17_t03.dart
Browse files Browse the repository at this point in the history
Typo in description
  • Loading branch information
eernstg authored Feb 19, 2025
1 parent 45a8cac commit c4488f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TypeSystem/flow-analysis/reachability_A17_t03.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
/// - Let `before(E2) = split(after(E1))`.
/// - Let `after(N) = merge(after(E2), split(after(E1)))`.
///
/// @description Checks that if `E1` is equivalent to `Null` then `E2` is always
/// @description Checks that if `E1` is a subtype of `Null` then `E2` is always
/// executed.
/// @author [email protected]
/// @issue 60114
Expand Down

0 comments on commit c4488f1

Please sign in to comment.