Roger-luo / Configurations.jl

Options & Configurations made easy.
https://configurations.rogerluo.dev/stable
MIT License
80 stars 12 forks source link

Fix typo "valud" to "value" in docs of `from_dict` #49

Closed singularitti closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #49 (eaec7ed) into master (0251f24) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #49   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         7           
  Lines          313       324   +11     
=========================================
+ Hits           313       324   +11     
Impacted Files Coverage Δ
src/parse.jl 100.00% <ø> (ø)
src/utils.jl 100.00% <0.00%> (ø)
src/codegen.jl 100.00% <0.00%> (ø)
src/serialize.jl 100.00% <0.00%> (ø)

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 0251f24...eaec7ed. Read the comment docs.

Roger-luo commented 3 years ago

thanks!