Skip to content

Commit 35e63ce

Browse files
Aleksa MajkicAleksa Majkic
Aleksa Majkic
authored and
Aleksa Majkic
committed
Typo removed.
1 parent 2f93f82 commit 35e63ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RamGenerator/RamGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public class RamGenerator
2121
private const int blockSize = 1024 * 8;
2222

2323
/// <summary>
24-
/// Generates object of class RamGenerator which can then be used to create a RAM file on HDD filled with random data..
24+
/// Generates object of class RamGenerator which can then be used to create a RAM file on HDD filled with random data.
2525
/// </summary>
2626
/// <param name="fileName">Name of the ram file.</param>
2727
/// <param name="ramSize">Size of RAM file in megabytes.</param>

0 commit comments

Comments
 (0)