Skip to content

Commit

Permalink
Corrected example in manual for the infix + used to create the direct
Browse files Browse the repository at this point in the history
sum of codes.
  • Loading branch information
osj1961 committed Dec 31, 2024
1 parent 46f4ded commit 265fa15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/guava.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1641,7 +1641,7 @@ a [10,5,?] randomly generated code over GF(2)
gap> C2:=RandomLinearCode(9,4);
a [9,4,?] randomly generated code over GF(2)
gap> C1+C2;
a linear [10,9,1]0..10 unknown linear code over GF(2)
a linear [19,9,1..2]4..9 direct sum code
</Example>


Expand Down

0 comments on commit 265fa15

Please sign in to comment.