mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-17 00:38:08 +08:00
Merge pull request #264 from jackwil1/jackwil1-docs-typo
Fix typos in documentation template syntax
This commit is contained in:
@@ -595,7 +595,7 @@ namespace toml
|
||||
template<>
|
||||
struct from<extlib::foo>
|
||||
{
|
||||
template<typename <TC>
|
||||
template<typename TC>
|
||||
static extlib::foo from_toml(const toml::basic_value<TC>& v)
|
||||
{
|
||||
return extlib::foo{
|
||||
|
@@ -622,7 +622,7 @@ namespace toml
|
||||
template<>
|
||||
struct from<extlib::foo>
|
||||
{
|
||||
template<typename <TC>
|
||||
template<typename TC>
|
||||
static extlib::foo from_toml(const toml::basic_value<TC>& v)
|
||||
{
|
||||
return extlib::foo{
|
||||
|
Reference in New Issue
Block a user