Skip to content

Commit c140199

Browse files
committed
docs: small fixup
1 parent 26ce1f6 commit c140199

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/other/recipes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ Function spec:
7474

7575
::: details Example
7676
```lua
77-
placer = function (anchor)
78-
if anchor.y == 3 then
77+
placer = function (info)
78+
if info.y == 3 then
7979
return "tile_a"
8080
end
8181

0 commit comments

Comments
 (0)