Skip to content

Commit 06e50ba

Browse files
authored
Update byte-order-mark.mdx
1 parent 12ac40c commit 06e50ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/content/docs/guides/Examples/byte-order-mark.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Although UTF-8 is the default encoding for most text files today,
1616
some applications still use the BOM header to specify the file's encoding.
1717
:::
1818

19-
Enabling automatic BOM header detection can impact performance
19+
Enabling automatic BOM header detection can impact performance.
2020
Due to the decreased usage of BOM headers in modern applications, BOM header detection is disabled by default.
2121
To enable BOM header detection, use the `detectBomHeader` method of the `CsvReaderBuilder` class.
2222

0 commit comments

Comments
 (0)