Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/nes-containers.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-11-04 15:11:27 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-11-04 15:11:27 +0300
commitc02d5efa89d71092675d73744e76e9aeb518d813 (patch)
tree5cef908af0704ce993bbef6717272dbca2d38c62
parent40eb2cbbc7eba2c814f928a2442577b99d042a5c (diff)
Minor comments fix
-rw-r--r--NesFile.cs2
1 files changed, 1 insertions, 1 deletions
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;
/// <summary>
- /// Version of iNES format: 1 or 2
+ /// Version of .nes file format: iNES or NES 2.0
/// </summary>
public iNesVersion Version
{