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/blog/bon-builder-v2-2-release.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
@@ -63,7 +63,7 @@ A new attribute is now supported at the top level. You can add [`#[builder(deriv
63
63
64
64
This helps with reusing [partial builders](../guide/patterns/conditional-building#shared-partial-builder), because now you can clone the builder where only part of the fields are set.
65
65
66
-
The `Debug` derive allows you to [inspect](../guide/basics/inspecting) the builder state for debugging purposes.
66
+
The `Debug` derive allows you to [inspect](../guide/basics/derives-for-builders) the builder state for debugging purposes.
0 commit comments