Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpeikert authored Jun 16, 2022
1 parent 5b042b1 commit 456c301
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/tutorials/construction/construction.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Model construction
# Model Construction

There are two different ways of constructing a SEM in our package. You can use the [Outer Constructor](@ref) oder [Build by parts](@ref).
The final models will be the same, the outer constructor just has some sensible defaults that make your life easier.
All tutorials until now used the outer constructor `Sem(specification = ..., data = ..., ...)`, which is normally the more convenient way.
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.
Therefore, building the model by parts is always available as a fallback.
Therefore, building the model by parts is always available as a fallback.

0 comments on commit 456c301

Please sign in to comment.