Skip to content

Commit

Permalink
Fixed a nickname.
Browse files Browse the repository at this point in the history
  • Loading branch information
kike-garbo committed Jul 26, 2023
1 parent a1b27d5 commit ce0bfb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RhinoInside.Revit.GH/Components/Annotations/Leaders.cs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public AnnotationLeaders() : base
new Param_Point()
{
Name = "Shoulder Locations",
NickName = "HL",
NickName = "SL",
Description = "Annotation shoulder locations",
Access = GH_ParamAccess.list
}, ParamRelevance.Primary
Expand Down

0 comments on commit ce0bfb5

Please sign in to comment.