Skip to content

Commit 20dd5a2

Browse files
authored
Update QRCoder/QRCodeGenerator.Polynom.cs
1 parent 59bb62d commit 20dd5a2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

QRCoder/QRCodeGenerator.Polynom.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ public Polynom(int count)
2828
/// Returns a string that represents the polynomial in standard algebraic notation.
2929
/// Example output: "a^2*x^3 + a^5*x^1 + a^3*x^0", which represents the polynomial 2x³ + 5x + 3.
3030
/// </summary>
31-
/// <returns>A string representation of the polynomial, formatted as a sum of terms like 'a^coefficient*x^exponent + ...'.</returns>
3231
public override string ToString()
3332
{
3433
var sb = new StringBuilder();

0 commit comments

Comments
 (0)