mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-15 23:48:11 +08:00
doc: update README a bit
This commit is contained in:
@@ -330,10 +330,10 @@ std::cout << toml::format(input) << std::endl;
|
||||
|
||||
For details on possible formatting specifications, please refer to the documentation.
|
||||
|
||||
### compilcated configurations
|
||||
### configuring types
|
||||
|
||||
The examples directory provides complex usage examples, such as using
|
||||
arbitrary-precision integers, normalizing Unicode, and integrating with external reflection libraries.
|
||||
The examples directory provides usage examples, such as using
|
||||
arbitrary-precision integers, normalizing Unicode, and integrating with an external reflection library.
|
||||
|
||||
Please refer to these examples for implementation guidance in such scenarios.
|
||||
|
||||
|
@@ -329,7 +329,7 @@ std::cout << toml::format(input) << std::endl;
|
||||
|
||||
どのような指定が可能かなどの詳細はドキュメントを参照してください。
|
||||
|
||||
### compilcated configurations
|
||||
### configuring types
|
||||
|
||||
`examples`ディレクトリには、多倍長整数を使用する場合やユニコードを正規化する場合、
|
||||
外部のリフレクションライブラリと連携する場合などの複雑な使用例を用意しています。
|
||||
|
Reference in New Issue
Block a user