Skip to content

Commit

Permalink
Add missing formatting to close() reference in README
Browse files Browse the repository at this point in the history
  • Loading branch information
salcock committed Apr 22, 2021
1 parent de62608 commit 59d79a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ going to make use of the `userarg` parameter, then the intended value for
This function call will only complete once your callback has been applied to
every individual Avro record in the input file.

Step 5: Invoke the close() method on your reader instance.
Step 5: Invoke the `close()` method on your reader instance.

Step 6: Do any final post-processing or output writing that your analysis
requires.
Expand Down

0 comments on commit 59d79a3

Please sign in to comment.