Skip to content

Commit 6fe06d9

Browse files
authored
fixed a small typo in the first example of the dx,dy,dz arguments section
z-87 was changed to z=87
1 parent 976806a commit 6fe06d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/routes/wiki/concepts/target-selectors

src/routes/wiki/concepts/target-selectors/+page.svx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ dx/dz/dz=0 will always stretch from the command origin to positive x/y/z
182182
**Examples**:
183183

184184
- `@e[x=10,y=13,z=87,dx=10,dy=20,dz=5]`: Selects any entities if any part of their hit box is within the cuboid
185-
`w=11,h=21,l=6` starting from the position `x=10,y=13,z-87`
185+
`w=11,h=21,l=6` starting from the position `x=10,y=13,z=87`
186186
- `@e[x=7,y=3,z=9,dx=0,dy=0,dz=0]`: Selects any entities if their hit box overlaps with the block at `x=7,y=3,z=9`
187187

188188
### `tag` argument

0 commit comments

Comments
 (0)