1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

tr: remove "spell-checker:ignore" line

This commit is contained in:
Daniel Hofstetter 2025-06-09 15:27:42 +02:00
parent c14aec47f0
commit cd7a308843

View file

@ -3,8 +3,6 @@
// For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code.
// spell-checker:ignore (ToDO) allocs bset dflag cflag sflag tflag
mod operation;
mod unicode_table;