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:
Diffstat (limited to 'FdsBlockFileAmount.cs')
-rw-r--r--FdsBlockFileAmount.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/FdsBlockFileAmount.cs b/FdsBlockFileAmount.cs
index 868b22e..54be4cf 100644
--- a/FdsBlockFileAmount.cs
+++ b/FdsBlockFileAmount.cs
@@ -48,7 +48,7 @@ namespace com.clusterrr.Famicom.Containers
}
/// <summary>
- /// Return raw data
+ /// Returns raw data
/// </summary>
/// <returns>Data</returns>
public byte[] ToBytes() => new byte[] { blockType, fileAmount };