fixed occurrence of deadname

This commit is contained in:
Nicole O'Connor 2023-06-30 17:34:16 -07:00
parent d7c50a1941
commit fec22d16f5
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
/* This file contains string definitions for ANSI color sequences
* it was written by Nicholas "Lavacano" O'Connor and is available
* to all under the MIT license.
* it was written by Nicole O'Connor and is available to all
* under the MIT license.
*
* Usage:
* std::cout << ansicol::red_bold << "I am bold red text!" << ansicol::reset << std::endl;