diff --git a/include/tl/expected.hpp b/include/tl/expected.hpp index c5d5984..97591d0 100644 --- a/include/tl/expected.hpp +++ b/include/tl/expected.hpp @@ -1,6 +1,6 @@ /// // expected - An implementation of std::expected with extensions -// Written in 2017 by Simon Brand (@TartanLlama, simonrbrand@gmail.com) +// Written in 2017 by Simon Brand (simonrbrand@gmail.com, @TartanLlama) // // Documentation available at http://tl.tartanllama.xyz/ //