Fix typo in comment about accepted decklist file formats

This commit is contained in:
RickyRister 2025-03-19 19:17:51 -07:00
parent 48123c8822
commit f2aedaf54d

View file

@ -59,7 +59,7 @@ void VisualDeckStorageFolderDisplayWidget::refreshUi()
} }
/** /**
* Gets all files in the directory that have a .txt or .cod extension * Gets all files in the directory that have an accepted decklist file extension
* *
* @param filePath The directory to search through * @param filePath The directory to search through
* @param recursive Whether to search through subdirectories * @param recursive Whether to search through subdirectories