Skip to content

Commit

Permalink
Fixed the typo in typo fix. Meh.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkorolev committed Mar 8, 2019
1 parent 08d651c commit fc9897e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typesystem/helpers.h
Expand Up @@ -102,7 +102,7 @@ struct ExistsImplCaller<T, T> {
}
};

struct DefaultExistsInvocaion {};
struct DefaultExistsInvocation {};
template <typename TEST = DefaultExistsInvocation, typename T>
bool Exists(T&& x) {
return ExistsImplCaller<
Expand Down

0 comments on commit fc9897e

Please sign in to comment.