Skip to content

Commit f741fc0

Browse files
ihommanichingor13
authored andcommitted
Fix README typo (googleapis#3762)
1 parent 65ca2f3 commit f741fc0

File tree

1 file changed

+1
-1
lines changed
  • google-cloud-clients/google-cloud-contrib/google-cloud-nio

1 file changed

+1
-1
lines changed

google-cloud-clients/google-cloud-contrib/google-cloud-nio/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ The simplest way to get started is with `Paths` and `Files`:
117117
If you know the paths will point to Google Cloud Storage, you can also use the
118118
direct formulation:
119119

120-
try (CloudStorageFileSystem fs = CloudStorageFileSystem.forBucket("bucket") {
120+
try (CloudStorageFileSystem fs = CloudStorageFileSystem.forBucket("bucket")) {
121121
Path path = fs.getPath("lolcat.csv");
122122
List<String> lines = Files.readAllLines(path, StandardCharsets.UTF_8);
123123
}

0 commit comments

Comments
 (0)