Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit fdfad8d

Browse files
stereotype441commit-bot@chromium.org
authored andcommitted
Flow analysis: fix a typo
Change-Id: I13d55745923c18fbdf959e440c26c143efe340fb Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/110240 Auto-Submit: Paul Berry <[email protected]> Commit-Queue: Johnni Winther <[email protected]> Reviewed-by: Johnni Winther <[email protected]>
1 parent 9c2970d commit fdfad8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/front_end/lib/src/fasta/flow_analysis/flow_analysis.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ abstract class NodeOperations<Expression> {
705705
/// analysis at a single point in the control flow of the function or method
706706
/// being analyzed.
707707
///
708-
/// Instances of this class are immuatable, so the methods below that "update"
708+
/// Instances of this class are immutable, so the methods below that "update"
709709
/// the state actually leave `this` unchanged and return a new state object.
710710
@visibleForTesting
711711
class State<Variable, Type> {

0 commit comments

Comments
 (0)