Skip to content

Commit

Permalink
one-char typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel authored and skystrife committed Oct 22, 2018
1 parent 9ff9479 commit fededad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/cpptoml.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class option
}

template <class U>
T value_or(U&& alernative) const
T value_or(U&& alternative) const
{
if (!empty_)
return value_;
Expand Down

0 comments on commit fededad

Please sign in to comment.