Skip to content

Commit

Permalink
Fix typing checking issue (#3358)
Browse files Browse the repository at this point in the history
  • Loading branch information
LuvForAirplanes authored Nov 27, 2024
1 parent 492d35c commit 2030623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ so you could store that instance in a global variable:

### Vanilla flutter
```dart
MyDatabase database;
late MyDatabase database;
void main() {
database = MyDatabase();
Expand Down

0 comments on commit 2030623

Please sign in to comment.