Skip to content

Commit

Permalink
fix documentation typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickerso committed Aug 15, 2018
1 parent b947984 commit 1744188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/libcellml/model.h
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ class LIBCELLML_EXPORT Model: public ComponentEntity
* @brief Resolve all imports in this model.
*
* Resolve all @c Component and @c Units imports by loading the models
* from local disk through relative urls. The @p baseFile is used to determine
* from local disk through relative URLs. The @p baseFile is used to determine
* the full path to the source model relative to this one.
*
* @param baseFile The @c std::string location on local disk of the source @c Model.
Expand Down

0 comments on commit 1744188

Please sign in to comment.