Skip to content

Commit bda66f8

Browse files
pitmonticonest--
andauthoredJun 25, 2022
* Update index.md Fixed a typo. * Apply suggestions from code review * Update design.md Fixed typos. Co-authored-by: st-- <st--@users.noreply.github.com>
1 parent ce7923f commit bda66f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎docs/src/design.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ inputs, they do _not_ immediately satisfy these properties as it is unclear whet
3434
of size `P x Q` represents a collection of `P` `Q`-dimensional inputs (each row is an
3535
input), or `Q` `P`-dimensional inputs (each column is an input).
3636

37-
Moreover, they occassionally add some aesthetic inconvenience.
37+
Moreover, they occasionally add some aesthetic inconvenience.
3838
For example, a collection of `Real`-valued inputs, which might be straightforwardly
3939
represented as an `AbstractVector{<:Real}`, must be reshaped into a matrix.
4040

@@ -67,7 +67,7 @@ dimension seems somewhat redundant.
6767

6868
Another way to partly resolve these problems is to not commit to a convention, and instead
6969
to propagate some additional information through the codebase that specifies how the input
70-
data is to be interpretted.
70+
data is to be interpreted.
7171
For example, a kernel `k` that represents the sum of two other kernels might implement
7272
`kernelmatrix` as follows:
7373
```julia

0 commit comments

Comments
 (0)
Please sign in to comment.