Skip to content

Commit

Permalink
Doc typos
Browse files Browse the repository at this point in the history
  • Loading branch information
gershnik committed Dec 7, 2021
1 parent 15a5b5b commit 0f13aab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/Android.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Windows platform conversions
## Android platform conversions

Currently there is only one storage type available on Android.

Expand Down
2 changes: 1 addition & 1 deletion doc/Linux.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Windows platform conversions
## Linux platform conversions

The only storage type available on Linux is "generic Unix". It is meant to interoperate with Posix-style APIs that deal with `char *`.
`sys_string` logically stores its content as a sequence of `char`s in UTF-8 encoding. Conversions **from** `const char *` always incur copying and sometimes memory allocation (`sys_string` does small string optimization similar to `std::string`).
Expand Down

0 comments on commit 0f13aab

Please sign in to comment.