Skip to content

Commit

Permalink
resolved unnoticed conflict 2.O
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniPiku committed Feb 28, 2025
1 parent 20f4071 commit 377893e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/language/patterns.md
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ method of validating JSON:
<?code-excerpt "language/lib/patterns/json.dart (json-3)"?>
```dart
if (data case {'user': [String name, int age]}) {
print('User $name is $age years old.');
print('User $name is $age years old.');
}
```

Expand Down

0 comments on commit 377893e

Please sign in to comment.