Skip to content

Commit

Permalink
Conflicts resolved in 'src/content/language/patterns.md'
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniPiku committed Feb 27, 2025
1 parent e3db6c1 commit bc82de9
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 bc82de9

Please sign in to comment.