Skip to content

Commit bc617d9

Browse files
fixup! Markdown problems
1 parent 03ada36 commit bc617d9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,7 @@ 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`) :
193-
`findmin(f, A; dims)`, `findmin(f, A...; dims)`. In the former case, `f` : ℝ → ℝ; in the latter, `f` : ℝᴺ → ℝ.
192+
Examples of extended syntax using `findmin(f, A; dims)`, `findmin(f, A...; dims)`. In the former case, `f` : ℝ → ℝ; in the latter, `f` : ℝᴺ → ℝ. Also applies to `findmax`, `argmin, `argmax`.
194193

195194
```julia
196195
# Easy to express without the extended syntax, but not efficient.

0 commit comments

Comments
 (0)