Skip to content

Commit 74a49f4

Browse files
committed
Change capital letter. When i test it doesn't give errores but Register does, so let's try.
1 parent 5971af6 commit 74a49f4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/SmithChart.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ module SmithChart
22

33
using Makie
44
using Makie: parent_scene, shift_project, update_tooltip_alignment!, position2string
5-
#if VERSION >= v"1.11" # Setting [compat] to Makie = "0.20.10" I don't need this
6-
# using Makie: make_block_docstring
7-
#end
85
using Makie.GeometryBasics: Polygon
96
using Makie: DragPan, ScrollZoom, LimitReset
107
using Makie.GeometryBasics: LineString
@@ -16,7 +13,7 @@ include("./blockinteractivity.jl")
1613
include("./drawaxis.jl")
1714
include("./smithaxisblock.jl")
1815

19-
include("./functions.jl")
16+
include("./Functions.jl")
2017
include("./cutgrid.jl")
2118

2219
include("./recipes.jl")

0 commit comments

Comments
 (0)