JuliaStats / Statistics.jl

The Statistics stdlib that ships with Julia.
https://juliastats.org/Statistics.jl/dev/
Other
72 stars 40 forks source link

Remove unmatched parenthesis #112

Closed KronosTheLate closed 2 years ago

KronosTheLate commented 2 years ago

This PR removes an unmatched parenthesis in the end of an expression in the docstring for var.

The expression from the docstring is copied into an OhMyREPL-enabled REPL to highlight the removed parenthesis (red):

image
codecov-commenter commented 2 years ago

Codecov Report

Merging #112 (cd9ba08) into master (c38dd44) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #112   +/-   ##
=======================================
  Coverage   96.91%   96.91%           
=======================================
  Files           1        1           
  Lines         422      422           
=======================================
  Hits          409      409           
  Misses         13       13           
Impacted Files Coverage Δ
src/Statistics.jl 96.91% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c38dd44...cd9ba08. Read the comment docs.