diff --git a/src/ecc/simple_sparse_codes.jl b/src/ecc/simple_sparse_codes.jl index 1930cda95..ff1ecd3ab 100644 --- a/src/ecc/simple_sparse_codes.jl +++ b/src/ecc/simple_sparse_codes.jl @@ -85,7 +85,7 @@ end Required before the unicycle code can be used. Typical usage: -ReduceUnicycle(Circ2UnicycleH0(array_indices, block length) )""" +`ReduceUnicycle(Circ2UnicycleH0(array_indices, block length) )`""" function reduce_unicycle(m::Matrix{Bool}) rrzz = residue_ring(ZZ, 2) nm = matrix(rrzz, m)