Skip to content

Commit 456c301

Browse files
authored
fix typo
1 parent 5b042b1 commit 456c301

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Model construction
1+
# Model Construction
22

33
There are two different ways of constructing a SEM in our package. You can use the [Outer Constructor](@ref) oder [Build by parts](@ref).
44
The final models will be the same, the outer constructor just has some sensible defaults that make your life easier.
55
All tutorials until now used the outer constructor `Sem(specification = ..., data = ..., ...)`, which is normally the more convenient way.
66
However, our package is build for extensibility, so there may be cases where **user-defined** parts of a model do not work with the outer constructor.
7-
Therefore, building the model by parts is always available as a fallback.
7+
Therefore, building the model by parts is always available as a fallback.

0 commit comments

Comments
 (0)