Skip to content

Commit

Permalink
Corrected documentation for format sequence.
Browse files Browse the repository at this point in the history
  • Loading branch information
tacosontitan committed Aug 22, 2024
1 parent b3c61ba commit f065f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hussy.Net/Display/FormatSequence.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public static partial class Hussy
/// var sequence = Gr(5);
///
/// // Create the formatted string:
/// var output = Far(sequence);
/// var output = Fsq(sequence);
///
/// // Append the output to the output stream:
/// A(output);
Expand Down

0 comments on commit f065f22

Please sign in to comment.