Skip to content

Commit

Permalink
Merge pull request #32 from SimonAB/master
Browse files Browse the repository at this point in the history
Minor typo: signficant was changed to significant
  • Loading branch information
simonster committed Feb 13, 2015
2 parents 533fc93 + 3800801 commit b8e14d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HypothesisTests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ end

function significance{T<:Real}(p_val::T)
if p_val > 0.05
"not signficant"
"not significant"
elseif p_val < 0.001
"extremely significant"
elseif p_val < 0.01
Expand Down

0 comments on commit b8e14d0

Please sign in to comment.