Skip to content

Commit 03ada36

Browse files
Markdown problems
1 parent a6e89bd commit 03ada36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,8 @@ vvmapreduce((x, y) -> abs2(x - y), +, A1, A2, dims=(2,4)) ./ (size(A1, 2) * size
189189
<summaryClick me! ></summary>
190190
<p>
191191

192-
Examples of extended syntax (applies to `findmin`, `findmax`, `argmin, `argmax`): `findmin(f, A; dims)`, `findmin(f, A...; dims)`. In the former case, `f` : ℝ → ℝ; in the latter, `f` : ℝᴺ → ℝ.
192+
Examples of extended syntax (applies to `findmin`, `findmax`, `argmin, `argmax`) :
193+
`findmin(f, A; dims)`, `findmin(f, A...; dims)`. In the former case, `f` : ℝ → ℝ; in the latter, `f` : ℝᴺ → ℝ.
193194

194195
```julia
195196
# Easy to express without the extended syntax, but not efficient.

0 commit comments

Comments
 (0)