Skip to content

Commit

Permalink
Merge pull request #567 from twitter-dart/myConsciousness-patch-1
Browse files Browse the repository at this point in the history
Update getting-started-with-filtering-rule-object.md
  • Loading branch information
myConsciousness authored Nov 23, 2022
2 parents e75daa8 + e75ddcd commit 0a1949c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started-with-filtering-rule-object.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ void main() {

The **FilteringRule object is not a simple builder object**. **FilteringRule** object is also aware of the syntax of filtering rules and has a mechanism that prevents developers from creating filtering rules with incorrect syntax.

For example, **you could write** like:
For example, **you can write** like:

```dart
import 'package:twitter_api_v2/twitter_api_v2.dart' as v2;
Expand All @@ -51,7 +51,7 @@ void main() {
}
```

But, **you couldn't write** like:
But, **you can't write** like:

```dart
import 'package:twitter_api_v2/twitter_api_v2.dart' as v2;
Expand Down

0 comments on commit 0a1949c

Please sign in to comment.