Skip to content

Commit

Permalink
Minor comments change.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bikovitsky committed Jul 15, 2013
1 parent ddb0e61 commit 3c35291
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BFLib/Brainfuck.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ public static void Run(string code)
}

/// <summary>
/// Encodes the specified file into Brainfuck code.
/// Encodes the specified Stream into Brainfuck code.
/// </summary>
/// <param name="input">Stream representing the file to read.</param>
/// <param name="input">Stream to encode.</param>
/// <returns>String with the generated code.</returns>
public static string Encode(Stream input)
{
Expand Down

0 comments on commit 3c35291

Please sign in to comment.