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 eae35df
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions core/rendered_connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,12 @@ 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
* connection.
* @param superiorConnection The connection to move away from. The provided
* connection should be the superior connection and should not be
* connected to this connection.
* @param initiatedByThis Whether or not the block group that was manipulated
* recently causing bump checks is associated with the inferior
* connection. Defaults to false.
Expand Down

0 comments on commit eae35df

Please sign in to comment.