Skip to content

Commit 00edbab

Browse files
committed
Fix broken markdown table in README
1 parent 72eefa5 commit 00edbab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ bundle = rustfluent.Bundle(
7373
| Name | Type | Description |
7474
|-------------|------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
7575
| `language` | `str` | [Unicode Language Identifier](https://unicode.org/reports/tr35/tr35.html#Unicode_language_identifier) for the language. |
76-
| `ftl_files` | `list[str | pathlib.Path]` | Full paths to the FTL files containing the translations. Entries in later files overwrite earlier ones. |
76+
| `ftl_files` | `list[str \| pathlib.Path]` | Full paths to the FTL files containing the translations. Entries in later files overwrite earlier ones. |
7777
| `strict` | `bool`, optional | In strict mode, a `ParserError` will be raised if there are any errors in the file. In non-strict mode, invalid Fluent messages will be excluded from the Bundle. |
7878

7979
#### Raises

0 commit comments

Comments
 (0)