1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-04-22 12:47:45 +00:00

Fix typo in enum comments

This commit is contained in:
Joshua Goins 2022-08-09 19:38:53 -04:00
parent 4541a1d033
commit e1b3c78e0d

View file

@ -94,7 +94,7 @@ pub enum Category {
Music,
/// Unknown purpose, most likely to test SqPack functionality.
SqPackTest,
/// Unknown purpose, msot likely debug files.
/// Unknown purpose, most likely debug files.
Debug,
}