Skip to content

Commit aa9ac9f

Browse files
authored
Minor doc fix (#440)
1 parent a561a86 commit aa9ac9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/kernels.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ NormalizedKernel
131131
## Multi-output Kernels
132132
Kernelfunctions implements multi-output kernels as scalar kernels on an extended output domain. For more details on this read [the section on inputs for multi-output GPs](@ref Inputs-for-Multiple-Outputs).
133133

134-
For a function ``f(x) \\rightarrow y`` denote the inputs as ``x, x'``, such that we compute the covariance between output components ``y_{p}`` and ``y_{p'}``. The total number of outputs is ``m``.
134+
For a function ``f(x) \rightarrow y`` denote the inputs as ``x, x'``, such that we compute the covariance between output components ``y_{p}`` and ``y_{p'}``. The total number of outputs is ``m``.
135135

136136
```@docs
137137
MOKernel

0 commit comments

Comments
 (0)