From c02d5efa89d71092675d73744e76e9aeb518d813 Mon Sep 17 00:00:00 2001 From: Alexey 'Cluster' Avdyukhin Date: Fri, 4 Nov 2022 16:11:27 +0400 Subject: Minor comments fix --- NesFile.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NesFile.cs b/NesFile.cs index c6c9f52..06dc837 100644 --- a/NesFile.cs +++ b/NesFile.cs @@ -62,7 +62,7 @@ namespace com.clusterrr.Famicom.Containers public bool Battery { get; set; } = false; private iNesVersion version = NesFile.iNesVersion.iNES; /// - /// Version of iNES format: 1 or 2 + /// Version of .nes file format: iNES or NES 2.0 /// public iNesVersion Version { -- cgit v1.2.3