Skip to content

Commit 92ba321

Browse files
authored
Fix typo
1 parent 2d846fe commit 92ba321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kernels/scaledkernel.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ Base.show(io::IO,κ::ScaledKernel) = printshifted(io,κ,0)
2121

2222
function printshifted(io::IO::ScaledKernel,shift::Int)
2323
printshifted(io,κ.kernel,shift)
24-
print(io,"\n"*("\t"^(shift+1))*"- σ = $(first.σ))")
24+
print(io,"\n"*("\t"^(shift+1))*"- σ² = $(first.σ))")
2525
end

0 commit comments

Comments
 (0)