Skip to content

Commit

Permalink
Grammar corrected.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalFoksa committed Jun 29, 2021
1 parent 707f3a4 commit db256e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ AvroMapper mapper = AvroMapper.builder()
```

#### Note
Please note that time zone information is at serialization. Serialized values represent point in time,
Please note that time zone information is lost at serialization. Serialized values represent point in time,
independent of a particular time zone or calendar. Upon reading a value back time instant is reconstructed but not the original time zone.

#### Supported java.time types:
Expand Down

0 comments on commit db256e8

Please sign in to comment.