Skip to content

Commit

Permalink
Fix doc issues from the PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
callendorph committed Dec 18, 2024
1 parent 2c54ac1 commit c63c3dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/landpatterns/VirtualLP.stanza
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ public defn get-layers (vp:VirtualLP, offset:Pose = loc(0.0, 0.0)) -> Tuple<Laye
to-tuple $ cat(local-art, kid-art)

doc: \<DOC>
Retrieve Geoemtry for all including pads
Retrieve Geometry for all including pads

This function recursively finds all of the shapes on all artwork and pads
in the scene graph. It then returns them as `LayerShape` objects.
Expand Down
4 changes: 2 additions & 2 deletions src/landpatterns/numbering.stanza
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ doc: \<DOC>
Null Numbering Object

This is a default object for creating packages that don't require
any pad numbering. These landpatterns may not contain any pads to
number.
any pad numbering. These landpatterns will likely not have any
pads to number.
<DOC>
public defstruct NullNumbering <: Numbering
defmethod to-pad-id (n:NullNumbering, row:Int, column:Int) -> Int|Ref:
Expand Down

0 comments on commit c63c3dc

Please sign in to comment.