From 1c3c84e90aa21bd10e7a33e5b707eb1dffc18c8e Mon Sep 17 00:00:00 2001 From: helaxious Date: Wed, 27 Jul 2022 17:58:47 -0300 Subject: [PATCH] fixed a typo ('optinoal' to 'optional') --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50d239e..71fb436 100644 --- a/README.md +++ b/README.md @@ -837,7 +837,7 @@ const auto num = toml::find_or(data, "num", 42); It works recursively if you pass several keys for subtables. In that case, the last argument is considered to be the optional value. -All other arguments between `toml::value` and the optinoal value are considered as keys. +All other arguments between `toml::value` and the optional value are considered as keys. ```cpp // [fruit.physical]