Skip to content

Commit

Permalink
[chore] Fix typo in filelog docs (#13161)
Browse files Browse the repository at this point in the history
  • Loading branch information
djaglowski committed Aug 10, 2022
1 parent 80abcdd commit 3340115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion receiver/filelogreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ match either the beginning of a new log entry, or the end of a log entry.
| `nop` | No encoding validation. Treats the file as a stream of raw bytes |
| `utf-8` | UTF-8 encoding |
| `utf-16le` | UTF-16 encoding with little-endian byte order |
| `utf-16be` | UTF-16 encoding with little-endian byte order |
| `utf-16be` | UTF-16 encoding with big-endian byte order |
| `ascii` | ASCII encoding |
| `big5` | The Big5 Chinese character encoding |

Expand Down

0 comments on commit 3340115

Please sign in to comment.