Skip to content

Commit 5b6bcf1

Browse files
authored
Update README.md (#50)
Fixed minor typo
1 parent 800af43 commit 5b6bcf1

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
@@ -48,4 +48,4 @@ extension UCalendarAttribute {
4848

4949
## Future Improvements
5050

51-
- **Data file handling**: currently, the data file is embedded in the embedded in the binary itself as `[uint8_t]` (see `icu_packaged_data.h`). In the future, we would like to check in the source files instead and build the data as a shared library to avoid the need to maintain and load a separate data file.
51+
- **Data file handling**: currently, the data file is embedded into the binary itself as `[uint8_t]` (see `icu_packaged_data.h`). In the future, we would like to check in the source files instead and build the data as a shared library to avoid the need to maintain and load a separate data file.

0 commit comments

Comments
 (0)