Merge pull request #264 from jackwil1/jackwil1-docs-typo

Fix typos in documentation template syntax
This commit is contained in:
Toru Niina
2024-08-08 23:56:36 +09:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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{

View File

@@ -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{