Skip to content

Commit 8f011b5

Browse files
IDLOCKEDbshaffer
authored andcommitted
Fix typos in README (#1130)
1 parent d1ff8c7 commit 8f011b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Using this library, the same call would look something like this:
179179

180180
```php
181181
// create the datastore service class
182-
$datastore = new Google_Service_Datastore($client)
182+
$datastore = new Google_Service_Datastore($client);
183183

184184
// build the query - this maps directly to the JSON
185185
$query = new Google_Service_Datastore_Query([
@@ -206,7 +206,7 @@ However, as each property of the JSON API has a corresponding generated class, t
206206

207207
```php
208208
// create the datastore service class
209-
$datastore = new Google_Service_Datastore($client)
209+
$datastore = new Google_Service_Datastore($client);
210210

211211
// build the query
212212
$request = new Google_Service_Datastore_RunQueryRequest();

0 commit comments

Comments
 (0)