File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ The simplest way to create a chain using [`AppBuilder{:rust}`][AppBuilder] is by
48
48
` default{:rust} ` method. Since [ ` AppBuilder{:rust} ` ] [ AppBuilder ] follows the principles of the
49
49
builder pattern, you need to finalize the building process by calling the [ ` build{:rust} ` ] [ build ]
50
50
method with a chain initialization callback function. When no specific chain initialization is
51
- required you can just use provided [ ` no_init ` ] ( app#no_init ) callback. In the following code example,
51
+ required you can just use the provided [ ` no_init ` ] ( app#no_init ) callback. In the following code example,
52
52
the chain is created with default settings as described in
53
53
[ Features summary] ( features#features-summary ) .
54
54
You can’t perform that action at this time.
0 commit comments