You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/src/guide/alternatives.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -201,7 +201,7 @@ Why is there an explicit `main()` function in this code snippet 🤔? It's a lon
201
201
202
202
:::
203
203
204
-
It is possible to implement this with `bon` using custom fields and custom setters. See an example of how this can be done [here](../guide/typestate-api/custom-fields).
204
+
It is possible to implement this with `bon` using custom fields and custom setters. See an example of how this can be done [here](../guide/typestate-api/builder-fields).
205
205
206
206
Alternatively, `bon` provides a separate solution. `bon` exposes the following macros that provide convenient syntax to create collections.
0 commit comments