diff --git a/conversions/c_atoi_str_to_integer.c b/conversions/c_atoi_str_to_integer.c index 3d213c24..fa63f0fb 100644 --- a/conversions/c_atoi_str_to_integer.c +++ b/conversions/c_atoi_str_to_integer.c @@ -1,7 +1,7 @@ /** * \file * \brief Recoding the original atoi function in stdlib.h - * \author [Krishna Vedala](https://github.com/kvedala) + * \author [Medymik](https://github.com/medymik) * * The function convert a string passed to an integer */