Skip to content

Commit

Permalink
Change is to if
Browse files Browse the repository at this point in the history
  • Loading branch information
kenwalger authored and jyemin committed Dec 26, 2017
1 parent 200e830 commit ad68e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/content/getting-started/quick-tour.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ underpaid = datastore.createQuery(Employee.class)
```

The `field()` method here is used to filter on the named field and returns an instance of an interface with a number of methods to build
a query. This approach is helpful is compile-time checking is needed. Between javac failing on missing methods and IDE auto-completion,
a query. This approach is helpful if compile-time checking is needed. Between javac failing on missing methods and IDE auto-completion,
query building can be done quite safely.


Expand Down

0 comments on commit ad68e2b

Please sign in to comment.