Skip to content

Commit

Permalink
Revert the wording of a doc comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnesky committed Oct 11, 2024
1 parent 5485638 commit c1afb4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/rendered_connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ export class RenderedConnection extends Connection {
}

/**
* Move the block(s) associated with either this connection or the provided
* connection such that there is a visually clear gap between them.
* Move the block(s) belonging to the connection to a point where they don't
* visually interfere with the specified connection.
*
* @param superiorConnection The other connection. The provided connection
* should be the superior connection and should not be connected to this
Expand Down

0 comments on commit c1afb4a

Please sign in to comment.