Skip to content

Commit 89a5170

Browse files
committed
docs: Fix Markdown syntax blooper
1 parent 14361e2 commit 89a5170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intl-memoizer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ instance is read-only during its life time, with constructor being expensive, an
2020
`format`/`select` calls being cheap.
2121

2222
In result it pays off to use a singleton to manage memoization of all instances of intl
23-
APIs such as `PluralRules`, DateTimeFormat` etc. between all `FluentBundle` instances.
23+
APIs such as `PluralRules`, `DateTimeFormat` etc. between all `FluentBundle` instances.
2424

2525
The following is a high-level example of how this works, for running examples see
2626
the [docs](https://docs.rs/intl-memoizer/)

0 commit comments

Comments
 (0)