Skip to content

Commit

Permalink
Fix mermaid typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rly committed Jul 12, 2024
1 parent c8da35f commit e45e439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ classDiagram
ProbeModel *--> ContactsTable : contains
ExtracellularSeries ..> ChannelsTable : links to channels
ChannelsTable *..> Probe : links to probe
ChannelsTable ..> ContactTable : links to contacts
ChannelsTable ..> ContactsTable : row reference to contact
ChannelsTable *--> ProbeInsertion: might contain ProbeInsertion
note for ChannelsTable "ChannelsTable is no longer global"
```
Expand Down

0 comments on commit e45e439

Please sign in to comment.