Skip to content

Commit 9bcadfa

Browse files
authored
doc: fix typo in levicivita doc (#180)
1 parent d1f949d commit 9bcadfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/permutations.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ julia> levicivita(collect(1:100))
425425
426426
julia> levicivita(ones(Int, 100))
427427
0
428-
````
428+
```
429429
"""
430430
function levicivita(p::AbstractVector{<:Integer})
431431
n = length(p)

0 commit comments

Comments
 (0)