You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ grep -nr Spesifying Colors.jl
Colors.jl/src/utilities.jl:270:- `style`: a symbol to specify the hexadecimal notation. Spesifying the
$ grep -nr Threfore Colors.jl
Colors.jl/src/conversions.jl:28:Threfore, we can use:
$ grep -nr compornent Colors.jl
Colors.jl/docs/crosssectionalcharts.jl:12: index::Int # compornent index
$ grep -nr prefering Colors.jl
Colors.jl/src/names_data.jl:1:# This is the union of every color defined in X11 and in SVG, prefering the SVG
$
The text was updated successfully, but these errors were encountered:
sed -i "s/Spesifying/Specifying/g" Colors.jl/src/utilities.jl
sed -i "s/Threfore/Therefore/g" Colors.jl/src/conversions.jl
sed -i "s/compornent/component/g" Colors.jl/docs/crosssectionalcharts.jl
sed -i "s/prefering/preferring/g" Colors.jl/src/names_data.jl
The text was updated successfully, but these errors were encountered: