Skip to content

Commit fb25a20

Browse files
committed
fix typo
1 parent 401b9ef commit fb25a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/oauth-2.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ GoogleCredentials credentials =
5959

6060
Books books =
6161
new Books.Builder(
62-
Gnew NetHttpTransport(),
62+
new NetHttpTransport(),
6363
GsonFactory.getDefaultInstance(),
6464
new HttpCredentialsAdapter(credentials))
6565
.setApplicationName("BooksExample/1.0")

0 commit comments

Comments
 (0)