Skip to content

Commit

Permalink
* update markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHoffmeisterFesto committed Mar 3, 2024
1 parent dcef9a2 commit bb0551d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/AasxPredefinedConcepts/README/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ Multiple low level SDK function are designed for using these symbols, e.g.
```
foreach (var srcLst in this.theSubmodel.SubmodelElements
.FindAllSemanticIdAs<Aas.SubmodelElementCollection>(
this.defsMtp.CD_SourceList?.GetReference(), MatchMode.Relaxed))
AasxPredefinedConcepts.DefinitionsMTP.ModuleTypePackage.CD_SourceList?.GetReference(),
MatchMode.Relaxed))
{
...
}
Expand Down

0 comments on commit bb0551d

Please sign in to comment.