Skip to content

Commit 9c372cc

Browse files
Apply suggestion from @github-actions[bot]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 441f037 commit 9c372cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/frontend/fit/fitmeasures/RMSEA.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ end
2727
# scaling corrections
2828
rmsea_correction(::SemFIML) = 0
2929
rmsea_correction(::SemML) = -1
30-
rmsea_correction(::SemWLS) = -1
30+
rmsea_correction(::SemWLS) = -1

0 commit comments

Comments
 (0)