Skip to content

Commit 7d94855

Browse files
committed
Updated powers docs
1 parent d3b6336 commit 7d94855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/powers.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function isperfectpower(n::Integer)
2525
return (e != 1 && e != 0)
2626
end
2727

28-
"""
28+
@doc raw"""
2929
```julia
3030
isprimepower(n::Integer) -> Bool
3131
```

0 commit comments

Comments
 (0)