We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26ce1f6 commit c140199Copy full SHA for c140199
1 file changed
docs/other/recipes.md
@@ -74,8 +74,8 @@ Function spec:
74
75
::: details Example
76
```lua
77
-placer = function (anchor)
78
- if anchor.y == 3 then
+placer = function (info)
+ if info.y == 3 then
79
return "tile_a"
80
end
81
0 commit comments