Skip to content

Commit

Permalink
Update doc of ConnectAt
Browse files Browse the repository at this point in the history
  • Loading branch information
DenizSt committed May 11, 2018
1 parent 873be4c commit 55e7be0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,9 @@ Note that unless there is no other way of reducing a diagram, it is often helpfu

#### ConnectAt

`ConnectAt[a1, a2, legs1, legs2]` is a low-level function that gives the adjacency matrix obtained by connecting the legs `legs1` of `a1` to the legs `legs2` of `a2`.
`ConnectAt[a1, a2, legs1, legs2]` is a low-level function that gives the adjacency matrix obtained by connecting the legs `legs1` of matrix `a1` to the legs `legs2` of matrix `a2`.

Do not use this function for composition; use `DiagramCompose` instead.

#### DiagramCompose

Expand Down

0 comments on commit 55e7be0

Please sign in to comment.