Skip to content

Commit

Permalink
restyling
Browse files Browse the repository at this point in the history
  • Loading branch information
byorgey committed Jan 5, 2025
1 parent 402d139 commit 448941e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/swarm-lang/Swarm/Language/Syntax/Constants.hs
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ constInfo c = case c of
]
Structures ->
command 1 Intangible . doc (Set.singleton $ Query $ Sensing EntitySensing) "Get the x, y coordinates of the southwest corner of all constructed structures of a given name" $
[ "Since structures can have multiple occurrences, returns a list of (x, y) coordinates." ]
["Since structures can have multiple occurrences, returns a list of (x, y) coordinates."]
Floorplan ->
command 1 Intangible . doc (Set.singleton $ Query APriori) "Get the dimensions of a structure template" $
[ "Returns a tuple of (width, height) for the structure of the requested name."
Expand Down

0 comments on commit 448941e

Please sign in to comment.