Skip to content

Commit 6c4ecd1

Browse files
committed
Rectified typo from docs
1 parent 915e99f commit 6c4ecd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/algebra.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ generator(M::AbstractArray{Int}, n::Int; colswap::Bool = true) -> Matrix{Int}
424424
Constructs a generator matrix of the code, depending on if you allow for column swapping or not. This function uses `normal_form` or `equivalent_code`.
425425
426426
Parameters:
427-
-` M::AbstractArray{Int}`: A matrix of Ints.
427+
- `M::AbstractArray{Int}`: A matrix of Ints.
428428
- `n::Int`: The modulus of the finite field.
429429
- `colswap::Bool` (kwarg): A boolean flag indicating whether or not you allow for swapping of columns when constructing the generating matrix.
430430

0 commit comments

Comments
 (0)