Skip to content

Commit

Permalink
Merge pull request JuliaLang#48 from curiousleo/patch-1
Browse files Browse the repository at this point in the history
Typo in README.md
  • Loading branch information
garborg committed Mar 2, 2014
2 parents beedf4b + 99a660b commit 7a6769e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ r = mean(x, weights(w)) # the inline function weights wraps w into a weight vec

Compute the harmonic mean of ``x``.

* **trimean**(x, p)
* **trimmean**(x, p)

Compute the trimmed mean of ``x``, with fraction ``p`` of elements ignored.

Expand Down

0 comments on commit 7a6769e

Please sign in to comment.