Skip to content

Commit a56cecb

Browse files
comment out breaking doc build
1 parent 8f67ec9 commit a56cecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/basics/MTKModel_Connector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ julia> @mtkbuild model_c2 = ModelC(; p1 = 2.0)
140140
- Whenever components are created with `@named` macro, these can be accessed with `.` operator as `subcomponent_name.argname`
141141
- In the above example, as `k` of `model_a` isn't listed while defining the sub-component in `ModelC`, its default value can't be modified by users. While `k_array` can be set as:
142142

143-
```@example mtkmodel-example
143+
```julia
144144
using ModelingToolkit: getdefault
145145

146146
@mtkbuild model_c3 = ModelC(; model_a.k_array = [1.0, 2.0])

0 commit comments

Comments
 (0)